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: 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/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

Powered by Google App Engine
This is Rietveld