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: rebase Created Feb. 6, 2018, 9:54 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
Index: compiled/filter/Filter.cpp
diff --git a/compiled/filter/Filter.cpp b/compiled/filter/Filter.cpp
index 5cf13160095d9d0c58ccde3c23a92748c7eca9c7..31b37a92bf0c159e241dc05fa771d9cc29b8f83c 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);
« compiled/base.h ('K') | « compiled/filter/Filter.h ('k') | compiled/filter/InvalidFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld