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 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/storage/FilterStorage.cpp ('k') | compiled/subscription/DownloadableSubscription.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « compiled/storage/FilterStorage.cpp ('k') | compiled/subscription/DownloadableSubscription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld