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

Unified Diff: compiled/filter/WhitelistFilter.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: Created Nov. 21, 2017, 1: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
« no previous file with comments | « compiled/filter/WhitelistFilter.h ('k') | compiled/intrusive_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/WhitelistFilter.cpp
diff --git a/compiled/filter/WhitelistFilter.cpp b/compiled/filter/WhitelistFilter.cpp
index e68da9a6455f6fad9837331b825ee3f04130e7b2..53cbd83c44f911f64488ce27a2604a1f371f17d7 100644
--- a/compiled/filter/WhitelistFilter.cpp
+++ b/compiled/filter/WhitelistFilter.cpp
@@ -17,6 +17,8 @@
#include "WhitelistFilter.h"
+ABP_NS_USING
+
WhitelistFilter::WhitelistFilter(const String& text,
const RegExpFilterData& data)
: RegExpFilter(Type::WHITELIST, text, data)
« no previous file with comments | « compiled/filter/WhitelistFilter.h ('k') | compiled/intrusive_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld