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

Unified Diff: compiled/filter/ElemHideFilter.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/ElemHideFilter.h
diff --git a/compiled/filter/ElemHideFilter.h b/compiled/filter/ElemHideFilter.h
index c6736b58f2a566fe8294ad8f925b39a1d502b45b..37136c41794665ad8ab02217ff1189256682cd3c 100644
--- a/compiled/filter/ElemHideFilter.h
+++ b/compiled/filter/ElemHideFilter.h
@@ -19,9 +19,12 @@
#include <cstddef>
+#include "../base.h"
#include "Filter.h"
#include "ElemHideBase.h"
+ABP_NS_BEGIN
+
class ElemHideFilter: public ElemHideBase
{
public:
@@ -30,3 +33,5 @@ public:
};
typedef intrusive_ptr<ElemHideFilter> ElemHideFilterPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld