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

Unified Diff: compiled/ElemHideEmulation.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/ElemHideEmulation.h
diff --git a/compiled/ElemHideEmulation.h b/compiled/ElemHideEmulation.h
index 41b788e440a1e944ef804250c0d6a1d6a06a01c9..c341846749102d084cf980061852f592feb27bc1 100644
--- a/compiled/ElemHideEmulation.h
+++ b/compiled/ElemHideEmulation.h
@@ -19,10 +19,13 @@
#include <vector>
+#include "base.h"
#include "bindings/runtime.h"
#include "intrusive_ptr.h"
#include "filter/ElemHideBase.h"
+ABP_NS_BEGIN
+
class ElemHide;
class ElemHideEmulation_FilterList : public ref_counted
@@ -65,3 +68,4 @@ public:
void BINDINGS_EXPORTED Clear();
ElemHideEmulation_FilterList* BINDINGS_EXPORTED GetRulesForDomain(const ElemHide&, DependentString&);
};
+ABP_NS_END
« no previous file with comments | « compiled/ElemHide.cpp ('k') | compiled/ElemHideEmulation.cpp » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld