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

Unified Diff: compiled/filter/ElemHideBase.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/ElemHideBase.cpp
diff --git a/compiled/filter/ElemHideBase.cpp b/compiled/filter/ElemHideBase.cpp
index 157b0dbe05c5ea1e48c7ed6dd7b813e6c418c68c..6218eb2cc0253dbd22f4268c284e9141d442e988 100644
--- a/compiled/filter/ElemHideBase.cpp
+++ b/compiled/filter/ElemHideBase.cpp
@@ -18,6 +18,8 @@
#include "ElemHideBase.h"
#include "../StringScanner.h"
+ABP_NS_USING
+
namespace
{
void NormalizeWhitespace(DependentString& text, String::size_type& domainsEnd,

Powered by Google App Engine
This is Rietveld