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

Unified Diff: compiled/filter/RegExpFilter.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/RegExpFilter.h ('k') | compiled/filter/WhitelistFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/RegExpFilter.cpp
diff --git a/compiled/filter/RegExpFilter.cpp b/compiled/filter/RegExpFilter.cpp
index 591baf93918f035dc62b0db766f6e57c810894ab..ac9a060349a43dd6a85f0da557ed32d63a94e3ae 100644
--- a/compiled/filter/RegExpFilter.cpp
+++ b/compiled/filter/RegExpFilter.cpp
@@ -25,6 +25,8 @@
#include "../StringScanner.h"
#include "../StringMap.h"
+ABP_NS_USING
+
namespace
{
enum
« no previous file with comments | « compiled/filter/RegExpFilter.h ('k') | compiled/filter/WhitelistFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld