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

Unified Diff: compiled/filter/BlockingFilter.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/BlockingFilter.h
diff --git a/compiled/filter/BlockingFilter.h b/compiled/filter/BlockingFilter.h
index 841cb45263db3f280ad5002711d497c58eabb970..b6b8b0a47ff0bd66c4a5a3942376a8c7ad0ab70c 100644
--- a/compiled/filter/BlockingFilter.h
+++ b/compiled/filter/BlockingFilter.h
@@ -17,8 +17,11 @@
#pragma once
+#include "../base.h"
#include "RegExpFilter.h"
+ABP_NS_BEGIN
+
class BlockingFilter : public RegExpFilter
{
public:
@@ -31,3 +34,5 @@ public:
};
typedef intrusive_ptr<BlockingFilter> BlockingFilterPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld