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: 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/ElemHideException.cpp ('k') | compiled/filter/ElemHideFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideFilter.h
diff --git a/compiled/filter/ElemHideFilter.h b/compiled/filter/ElemHideFilter.h
index 141df000b8aab245e935fc9e48ba1a81370a72a4..0289d32019e5e5edc9af4b64eb1891824440731b 100644
--- a/compiled/filter/ElemHideFilter.h
+++ b/compiled/filter/ElemHideFilter.h
@@ -19,11 +19,16 @@
#include <cstddef>
+#include "../base.h"
#include "Filter.h"
#include "ElemHideBase.h"
+ABP_NS_BEGIN
+
class ElemHideFilter: public ElemHideBase
{
public:
explicit ElemHideFilter(const String& text, const ElemHideData& data);
};
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/ElemHideException.cpp ('k') | compiled/filter/ElemHideFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld