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

Unified Diff: compiled/filter/ElemHideFilter.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/ElemHideFilter.h ('k') | compiled/filter/Filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ElemHideFilter.cpp
diff --git a/compiled/filter/ElemHideFilter.cpp b/compiled/filter/ElemHideFilter.cpp
index 2b79c0348b30ce1b2080f53774e56a89c3771c6e..63d83d97ccac0b997c4e4dc9dd68ee6837695d48 100644
--- a/compiled/filter/ElemHideFilter.cpp
+++ b/compiled/filter/ElemHideFilter.cpp
@@ -17,6 +17,8 @@
#include "ElemHideFilter.h"
+ABP_NS_USING
+
ElemHideFilter::ElemHideFilter(const String& text, const ElemHideData& data)
: ElemHideBase(Type::ELEMHIDE, text, data)
{
« no previous file with comments | « compiled/filter/ElemHideFilter.h ('k') | compiled/filter/Filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld