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

Unified Diff: compiled/filter/WhitelistFilter.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/RegExpFilter.cpp ('k') | compiled/filter/WhitelistFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/WhitelistFilter.h
diff --git a/compiled/filter/WhitelistFilter.h b/compiled/filter/WhitelistFilter.h
index bb2c41c19b2070faf31542cdb0c0232e29a0f2e5..c29f8f8f69c274751e185935c93be4ca8f5a4014 100644
--- a/compiled/filter/WhitelistFilter.h
+++ b/compiled/filter/WhitelistFilter.h
@@ -17,10 +17,15 @@
#pragma once
+#include "../base.h"
#include "RegExpFilter.h"
+ABP_NS_BEGIN
+
class WhitelistFilter : public RegExpFilter
{
public:
explicit WhitelistFilter(const String& text, const RegExpFilterData& data);
};
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/RegExpFilter.cpp ('k') | compiled/filter/WhitelistFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld