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: 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/ActiveFilter.cpp
diff --git a/compiled/filter/ActiveFilter.cpp b/compiled/filter/ActiveFilter.cpp
index b552a1f1a4d8a58945818a0b81617524ea62d49a..1da4f8dd4f9d3fbfc5dc22275ad82a9d4af7b664 100644
--- a/compiled/filter/ActiveFilter.cpp
+++ b/compiled/filter/ActiveFilter.cpp
@@ -20,6 +20,8 @@
#include "ActiveFilter.h"
#include "../StringScanner.h"
+ABP_NS_USING
+
namespace
{
const DependentString DEFAULT_DOMAIN(u""_str);

Powered by Google App Engine
This is Rietveld