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

Unified Diff: compiled/subscription/UserDefinedSubscription.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/subscription/Subscription.cpp ('k') | compiled/subscription/UserDefinedSubscription.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/subscription/UserDefinedSubscription.h
diff --git a/compiled/subscription/UserDefinedSubscription.h b/compiled/subscription/UserDefinedSubscription.h
index b47def6ebf898671808beb3ff4a5d4d4ff17f842..65006fb6c753843b7739f489e02cbb0604d04bac 100644
--- a/compiled/subscription/UserDefinedSubscription.h
+++ b/compiled/subscription/UserDefinedSubscription.h
@@ -17,10 +17,13 @@
#pragma once
+#include "../base.h"
#include "Subscription.h"
#include "../filter/Filter.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
class UserDefinedSubscription : public Subscription
{
private:
@@ -41,3 +44,5 @@ public:
};
typedef intrusive_ptr<UserDefinedSubscription> UserDefinedSubscriptionPtr;
+
+ABP_NS_END
« no previous file with comments | « compiled/subscription/Subscription.cpp ('k') | compiled/subscription/UserDefinedSubscription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld