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: 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/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

Powered by Google App Engine
This is Rietveld