Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compiled/FilterNotifier.h

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: Created Nov. 21, 2017, 1:53 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiled/String.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/FilterNotifier.h
diff --git a/compiled/FilterNotifier.h b/compiled/FilterNotifier.h
index 56370ac31e9033623b4edd63bd55e1ba3dcecd17..bc670f2a967ec5a88fbd15891c81d0999a934c89 100644
--- a/compiled/FilterNotifier.h
+++ b/compiled/FilterNotifier.h
@@ -19,9 +19,12 @@
#include <cstdio>
+#include "base.h"
#include "library.h"
#include "String.h"
+ABP_NS_BEGIN
+
class Filter;
class Subscription;
@@ -82,3 +85,5 @@ namespace FilterNotifier
JSNotifySubscriptionChange(topic, subscription);
}
}
+
+ABP_NS_END
« no previous file with comments | « no previous file | compiled/String.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld