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

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

Powered by Google App Engine
This is Rietveld