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: address comments Created Nov. 22, 2017, 9:36 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
« 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 49cf9c45a78fa9734b907331f5fc0f6a3d103b92..ad9f3f0d5a5fda3fa2a87f5bcb18b4a7197c2ff4 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:
@@ -63,3 +66,5 @@ inline DownloadableSubscription* Subscription::As<DownloadableSubscription>()
return static_cast<DownloadableSubscription*>(this);
}
+
+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