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: Fix debug.h to be aligned with assert2 (define vs function) and get rid of a warning in generator.cpp Created Nov. 21, 2017, 2: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
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

Powered by Google App Engine
This is Rietveld