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

Unified Diff: compiled/filter/ElemHideException.h

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/ElemHideException.h
diff --git a/compiled/filter/ElemHideException.h b/compiled/filter/ElemHideException.h
index 54cd0e525ffdc1c35716b0e55927606a940e8e7a..57efb1351b9728b324d33b44ed7cc2538ae83d9f 100644
--- a/compiled/filter/ElemHideException.h
+++ b/compiled/filter/ElemHideException.h
@@ -19,9 +19,12 @@
#include <cstddef>
+#include "../base.h"
#include "Filter.h"
#include "ElemHideBase.h"
+ABP_NS_BEGIN
+
class ElemHideException: public ElemHideBase
{
public:
@@ -30,3 +33,5 @@ public:
};
typedef intrusive_ptr<ElemHideException> ElemHideExceptionPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld