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

Unified Diff: compiled/storage/FilterStorage.h

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: Created Nov. 21, 2017, 1: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
« no previous file with comments | « compiled/library.h ('k') | compiled/storage/FilterStorage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/storage/FilterStorage.h
diff --git a/compiled/storage/FilterStorage.h b/compiled/storage/FilterStorage.h
index 9f91642e386a0f661e43221b86eab244a433d90e..0216fb7a4f490255c4b61d4f233abbb4fb657406 100644
--- a/compiled/storage/FilterStorage.h
+++ b/compiled/storage/FilterStorage.h
@@ -17,9 +17,12 @@
#pragma once
+#include "../base.h"
#include "../subscription/Subscription.h"
#include "../bindings/runtime.h"
+ABP_NS_BEGIN
+
class FilterStorage
{
public:
@@ -46,3 +49,5 @@ public:
bool BINDINGS_EXPORTED MoveSubscription(Subscription& subscription,
const Subscription* insertBefore);
};
+
+ABP_NS_END
« no previous file with comments | « compiled/library.h ('k') | compiled/storage/FilterStorage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld