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

Unified Diff: compiled/filter/InvalidFilter.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/Filter.cpp ('k') | compiled/filter/InvalidFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/InvalidFilter.h
diff --git a/compiled/filter/InvalidFilter.h b/compiled/filter/InvalidFilter.h
index 26498f934e553921b528e59398c0dbcd25b13428..d269df3ef7c15ae95e32d0d4896bdbde6354b5b9 100644
--- a/compiled/filter/InvalidFilter.h
+++ b/compiled/filter/InvalidFilter.h
@@ -17,9 +17,12 @@
#pragma once
+#include "../base.h"
#include "Filter.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
class InvalidFilter : public Filter
{
public:
@@ -31,3 +34,5 @@ public:
private:
OwnedString mReason;
};
+
+ABP_NS_END
« no previous file with comments | « compiled/filter/Filter.cpp ('k') | compiled/filter/InvalidFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld