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

Unified Diff: compiled/StringMap.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/String.h ('k') | compiled/StringScanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/StringMap.h
diff --git a/compiled/StringMap.h b/compiled/StringMap.h
index a220b638de0f4be77986cd40510f6d4cbe836196..e1f228a9a75ac5925b8bb2a7be023931af0234e9 100644
--- a/compiled/StringMap.h
+++ b/compiled/StringMap.h
@@ -19,9 +19,12 @@
#include <cstddef>
+#include "base.h"
#include "Map.h"
#include "String.h"
+ABP_NS_BEGIN
+
namespace StringMap_internal
{
struct StringSetEntry
@@ -94,3 +97,5 @@ using StringSet = Set<StringMap_internal::StringSetEntry>;
template<typename Value>
using StringMap = Map<StringMap_internal::StringMapEntry<Value>>;
+
+ABP_NS_END
« no previous file with comments | « compiled/String.h ('k') | compiled/StringScanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld