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

Unified Diff: compiled/Map.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
« no previous file with comments | « compiled/IntMap.h ('k') | compiled/String.h » ('j') | compiled/StringMap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/Map.h
diff --git a/compiled/Map.h b/compiled/Map.h
index b45d7a47dc4f9a39279de6852422c5af162dc3b6..59640248deab79e82cb0914d9b2926948742f992 100644
--- a/compiled/Map.h
+++ b/compiled/Map.h
@@ -21,9 +21,12 @@
#include <initializer_list>
#include <memory>
+#include "base.h"
#include "debug.h"
#include "String.h"
+ABP_NS_BEGIN
+
template<typename Entry>
class Map;
@@ -337,3 +340,5 @@ public:
return reference(this, key, super::find_bucket(key));
}
};
+
+ABP_NS_END
« no previous file with comments | « compiled/IntMap.h ('k') | compiled/String.h » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld