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

Unified Diff: compiled/filter/ElemHideEmulationFilter.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/ElemHideEmulationFilter.cpp
diff --git a/compiled/filter/ElemHideEmulationFilter.cpp b/compiled/filter/ElemHideEmulationFilter.cpp
index 61e2790ccdf2e3f68c592e72a115f6836e61b488..73267bab1f476b39a0072f006abd3fd88ecc6c3e 100644
--- a/compiled/filter/ElemHideEmulationFilter.cpp
+++ b/compiled/filter/ElemHideEmulationFilter.cpp
@@ -17,6 +17,8 @@
#include "ElemHideEmulationFilter.h"
+ABP_NS_USING
+
ElemHideEmulationFilter::ElemHideEmulationFilter(const String& text,
const ElemHideData& data)
: ElemHideBase(classType, text, data)

Powered by Google App Engine
This is Rietveld