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

Unified Diff: compiled/filter/Filter.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: address comments Created Nov. 22, 2017, 9:36 a.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/Filter.h ('k') | compiled/filter/InvalidFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/Filter.cpp
diff --git a/compiled/filter/Filter.cpp b/compiled/filter/Filter.cpp
index f929366feb6b01007ff91cf4fd46e9e06c74226c..d4aafd6b77036e8d9479e350ce5270f73877a930 100644
--- a/compiled/filter/Filter.cpp
+++ b/compiled/filter/Filter.cpp
@@ -27,6 +27,8 @@
#include "ElemHideEmulationFilter.h"
#include "../StringMap.h"
+ABP_NS_USING
+
namespace
{
StringMap<Filter*> knownFilters(8192);
« no previous file with comments | « compiled/filter/Filter.h ('k') | compiled/filter/InvalidFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld