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

Unified Diff: compiled/IntMap.h

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/IntMap.h
diff --git a/compiled/IntMap.h b/compiled/IntMap.h
index c65e4fc3fb2860a20c4f7de1d8fbc0742eb94659..a9e365efe2b309a40c6aada18034904d6e2c40d8 100644
--- a/compiled/IntMap.h
+++ b/compiled/IntMap.h
@@ -20,8 +20,11 @@
#include <cstddef>
#include <climits>
+#include "base.h"
#include "Map.h"
+ABP_NS_BEGIN
+
namespace Uint32Map_internal
{
struct Uint32SetEntry
@@ -94,3 +97,5 @@ using Uint32Set = Set<Uint32Map_internal::Uint32SetEntry>;
template<typename Value>
using Uint32Map = Map<Uint32Map_internal::Uint32MapEntry<Value>>;
+
+ABP_NS_END
« no previous file with comments | « compiled/FilterNotifier.h ('k') | compiled/Map.h » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld