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

Unified Diff: compiled/String.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/Map.h ('k') | compiled/StringMap.h » ('j') | compiled/StringMap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/String.h
diff --git a/compiled/String.h b/compiled/String.h
index d9e8dd341b4760f63629291da4f3a55e696ca605..cdd4e10d199e536f02c36e8a862d7b3b6fff99ab 100644
--- a/compiled/String.h
+++ b/compiled/String.h
@@ -26,9 +26,12 @@
#include <codecvt>
#endif
+#include "base.h"
#include "debug.h"
#include "library.h"
+ABP_NS_BEGIN
+
inline void String_assert_writable(bool isWritable);
class String
@@ -447,3 +450,4 @@ inline std::ostream& operator<<(std::ostream& os, const OwnedString& str)
return os << static_cast<const String&>(str);
}
#endif
+ABP_NS_END
« no previous file with comments | « compiled/Map.h ('k') | compiled/StringMap.h » ('j') | compiled/StringMap.h » ('J')

Powered by Google App Engine
This is Rietveld