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: 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/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 25ef3660424085f2b3f084e962d8ca7fa8300c7f..318c4da6e193f48531b927f2592b1577203a4124 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