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 Dec. 12, 2017, 12:45 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/FilterNotifier.h ('k') | compiled/Map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/IntMap.h
diff --git a/compiled/IntMap.h b/compiled/IntMap.h
index 9397858479449a37c1c6967be5b93d57832bc5a9..1deb571b497d10b46b8499635b3fdf7495e56499 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld