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

Unified Diff: compiled/filter/ActiveFilter.cpp

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/ActiveFilter.cpp
diff --git a/compiled/filter/ActiveFilter.cpp b/compiled/filter/ActiveFilter.cpp
index 5418f8e0e72770013600921f48f6c5e678290c99..58166343138f7ba30ea4ede78a76b101966182e9 100644
--- a/compiled/filter/ActiveFilter.cpp
+++ b/compiled/filter/ActiveFilter.cpp
@@ -20,6 +20,8 @@
#include "ActiveFilter.h"
#include "../StringScanner.h"
+ABP_NS_USING
+
const DependentString ActiveFilter::DEFAULT_DOMAIN(u""_str);
ActiveFilter::ActiveFilter(Type type, const String& text, bool ignoreTrailingDot)

Powered by Google App Engine
This is Rietveld