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: 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/filter/ElemHideBase.h
diff --git a/compiled/filter/ElemHideBase.h b/compiled/filter/ElemHideBase.h
index c8325bb45967fea372496bd6754a35ab1f36eabe..0f90f6c721bea4652d682f94772c3f1eb3fa883f 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;
@@ -67,3 +70,5 @@ public:
};
typedef intrusive_ptr<ElemHideBase> ElemHideBasePtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld