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: 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/storage/FilterStorage.h ('k') | compiled/subscription/DownloadableSubscription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « compiled/storage/FilterStorage.h ('k') | compiled/subscription/DownloadableSubscription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld