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

Unified Diff: compiled/ElemHide.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
« no previous file with comments | « no previous file | compiled/ElemHide.cpp » ('j') | compiled/StringMap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/ElemHide.h
diff --git a/compiled/ElemHide.h b/compiled/ElemHide.h
index e5ad8a23835bf18502ad7d1f76cca7d1f6328e1f..41d1125fcc7c8d749bd3463f2aea80fcb4721f14 100644
--- a/compiled/ElemHide.h
+++ b/compiled/ElemHide.h
@@ -23,6 +23,7 @@
#include <vector>
+#include "base.h"
#include "bindings/runtime.h"
#include "intrusive_ptr.h"
#include "StringMap.h"
@@ -30,6 +31,8 @@
#include "filter/ElemHideBase.h"
#include "filter/ElemHideException.h"
+ABP_NS_BEGIN
+
class ElemHide_SelectorList : public ref_counted
{
std::vector<ElemHideBasePtr> mSelectors;
@@ -103,4 +106,4 @@ public:
private:
void AddToFiltersByDomain(const ElemHideBasePtr & filter);
};
-
+ABP_NS_END
« no previous file with comments | « no previous file | compiled/ElemHide.cpp » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld