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

Unified Diff: compiled/ElemHide.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/ElemHide.cpp
diff --git a/compiled/ElemHide.cpp b/compiled/ElemHide.cpp
index 4ea49e8c4a4a4e6770686e888125416c3e73e600..ecd71ef9ad1015bbaa47507d874d28ef66d34fce 100644
--- a/compiled/ElemHide.cpp
+++ b/compiled/ElemHide.cpp
@@ -17,6 +17,8 @@
#include "ElemHide.h"
+ABP_NS_USING
+
OwnedString ElemHide_SelectorList::SelectorAt(size_t idx) const
{
return mSelectors[idx]->GetSelector();
« no previous file with comments | « compiled/ElemHide.h ('k') | compiled/ElemHideEmulation.h » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld