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: rebase Created Feb. 6, 2018, 9:54 a.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
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 | « compiled/ElemHideEmulation.cpp ('k') | compiled/IntMap.h » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld