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: Created Nov. 21, 2017, 1:53 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/ElemHideFilter.cpp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/Filter.h
diff --git a/compiled/filter/Filter.h b/compiled/filter/Filter.h
index 2cbc6ff87f19426eaf24ba0fa334c4c134e99b9d..9c6f53af296ec97354a8cf96b09c25d3b64b4d28 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:
@@ -59,3 +62,5 @@ public:
};
typedef intrusive_ptr<Filter> FilterPtr;
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/ElemHideFilter.cpp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld