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

Unified Diff: compiled/filter/Filter.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/Filter.h
diff --git a/compiled/filter/Filter.h b/compiled/filter/Filter.h
index 012d0b3d353a149e437fcc1771c69398295b8d15..97e0fa317b33d4965a48b5ef959828edf94ff5e0 100644
--- a/compiled/filter/Filter.h
+++ b/compiled/filter/Filter.h
@@ -19,11 +19,14 @@
#include <vector>
+#include "../base.h"
#include "../String.h"
#include "../intrusive_ptr.h"
#include "../debug.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
class Filter : public ref_counted
{
protected:
@@ -79,3 +82,5 @@ public:
};
typedef intrusive_ptr<Filter> FilterPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld