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: 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/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 a70e26b16164a8c98c71af0974ed60267c63c763..add01079074bd853f87d4585d77fe5641d77fed3 100644
--- a/compiled/StringMap.h
+++ b/compiled/StringMap.h
@@ -22,9 +22,12 @@
#include <initializer_list>
#include <memory>
+#include "base.h"
#include "String.h"
#include "debug.h"
+ABP_NS_BEGIN
+
template<typename T>
class StringMap;
@@ -355,3 +358,5 @@ public:
return reference(this, key, super::find_bucket(key));
}
};
+
+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