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

Unified Diff: compiled/storage/FilterStorage.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created Feb. 6, 2018, 9:54 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
Index: compiled/storage/FilterStorage.cpp
diff --git a/compiled/storage/FilterStorage.cpp b/compiled/storage/FilterStorage.cpp
index 43ad44415d9898d5c99603cb9b104f6f5af84c48..41e5a0fc9e4aef585f116270f6c295393f74187b 100644
--- a/compiled/storage/FilterStorage.cpp
+++ b/compiled/storage/FilterStorage.cpp
@@ -22,6 +22,8 @@
#include "../subscription/UserDefinedSubscription.h"
#include "../FilterNotifier.h"
+ABP_NS_USING
+
FilterStorage* FilterStorage::mInstance = new FilterStorage();
FilterStorage::Subscriptions::size_type FilterStorage::GetSubscriptionCount() const

Powered by Google App Engine
This is Rietveld