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

Unified Diff: compiled/filter/CommentFilter.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 Dec. 12, 2017, 12:45 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/BlockingFilter.cpp ('k') | compiled/filter/CommentFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/CommentFilter.h
diff --git a/compiled/filter/CommentFilter.h b/compiled/filter/CommentFilter.h
index 305fca7a99801b075355d1b0811b13a0b2a263e9..4e956db1876fa4c30090b82abd500a38ac3665bc 100644
--- a/compiled/filter/CommentFilter.h
+++ b/compiled/filter/CommentFilter.h
@@ -17,8 +17,11 @@
#pragma once
+#include "../base.h"
#include "Filter.h"
+ABP_NS_BEGIN
+
class CommentFilter : public Filter
{
public:
@@ -29,3 +32,5 @@ public:
};
typedef intrusive_ptr<CommentFilter> CommentFilterPtr;
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/BlockingFilter.cpp ('k') | compiled/filter/CommentFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld