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: Fix debug.h to be aligned with assert2 (define vs function) and get rid of a warning in generator.cpp Created Nov. 21, 2017, 2: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
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

Powered by Google App Engine
This is Rietveld