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

Unified Diff: compiled/filter/RegExpFilter.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/RegExpFilter.h
diff --git a/compiled/filter/RegExpFilter.h b/compiled/filter/RegExpFilter.h
index ad2a5d6f5a22a5bbc5fb1ec81d6173b401c2e49c..8ceae5ebfdeb7b681a8125b9b04d34d084adebfd 100644
--- a/compiled/filter/RegExpFilter.h
+++ b/compiled/filter/RegExpFilter.h
@@ -17,10 +17,13 @@
#pragma once
+#include "../base.h"
#include "Filter.h"
#include "ActiveFilter.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
enum class TrippleState {YES, NO, ANY};
struct RegExpFilterData
@@ -114,3 +117,5 @@ public:
};
typedef intrusive_ptr<RegExpFilter> RegExpFilterPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld