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

Unified Diff: compiled/subscription/DownloadableSubscription.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/subscription/DownloadableSubscription.h
diff --git a/compiled/subscription/DownloadableSubscription.h b/compiled/subscription/DownloadableSubscription.h
index 5106e366c44fdf572c45d66b75a79254a75b1f14..12203e777eca8b0b7919632abeed10daa79b7a37 100644
--- a/compiled/subscription/DownloadableSubscription.h
+++ b/compiled/subscription/DownloadableSubscription.h
@@ -19,9 +19,12 @@
#include <cstdint>
+#include "../base.h"
#include "Subscription.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
class DownloadableSubscription : public Subscription
{
public:
@@ -57,3 +60,5 @@ public:
};
typedef intrusive_ptr<DownloadableSubscription> DownloadableSubscriptionPtr;
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld