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

Unified Diff: compiled/filter/ElemHideBase.h

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: address comments Created Nov. 22, 2017, 9:36 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 | « compiled/filter/CommentFilter.cpp ('k') | compiled/filter/ElemHideBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideBase.h
diff --git a/compiled/filter/ElemHideBase.h b/compiled/filter/ElemHideBase.h
index fa616ba600a732d14b0dafe41c60bef626cb6603..d85ebd6f683c5978ce846c3d2a0bd0651970629a 100644
--- a/compiled/filter/ElemHideBase.h
+++ b/compiled/filter/ElemHideBase.h
@@ -19,9 +19,12 @@
#include <cstddef>
+#include "../base.h"
#include "ActiveFilter.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
struct ElemHideData
{
String::size_type mDomainsEnd;
@@ -68,3 +71,5 @@ public:
OwnedString BINDINGS_EXPORTED GetSelectorDomain() const;
};
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/CommentFilter.cpp ('k') | compiled/filter/ElemHideBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld