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: rebase Created Dec. 12, 2017, 12:45 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/ElemHideBase.h ('k') | compiled/filter/ElemHideEmulationFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideBase.cpp
diff --git a/compiled/filter/ElemHideBase.cpp b/compiled/filter/ElemHideBase.cpp
index e685f19f7e08d4dc8d8bc990ec5c917244d8bfe3..f869d1fb4fa06a8d792a6d2faa8fb54be5c3b16c 100644
--- a/compiled/filter/ElemHideBase.cpp
+++ b/compiled/filter/ElemHideBase.cpp
@@ -20,6 +20,8 @@
#include "ElemHideBase.h"
#include "../StringScanner.h"
+ABP_NS_USING
+
namespace
{
void NormalizeWhitespace(DependentString& text, String::size_type& domainsEnd,
« no previous file with comments | « compiled/filter/ElemHideBase.h ('k') | compiled/filter/ElemHideEmulationFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld