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: 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/WhitelistFilter.h
diff --git a/compiled/filter/WhitelistFilter.h b/compiled/filter/WhitelistFilter.h
index 4862d5f2d807577bcb69721d1d5f0083cbefea30..ab61e813f1e4cb4fd7ebe55e8096cf278ad81b91 100644
--- a/compiled/filter/WhitelistFilter.h
+++ b/compiled/filter/WhitelistFilter.h
@@ -17,8 +17,11 @@
#pragma once
+#include "../base.h"
#include "RegExpFilter.h"
+ABP_NS_BEGIN
+
class WhitelistFilter : public RegExpFilter
{
public:
@@ -27,3 +30,5 @@ public:
};
typedef intrusive_ptr<WhitelistFilter> WhitelistFilterPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld