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 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/Map.h ('k') | compiled/StringMap.h » ('j') | no next file with comments »
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 d2601e7dd3b23eeae8208c7230641759b1fde6fc..a85ac6845b9e7c9a6c67a644d1de7dff7cd68ec5 100644
--- a/compiled/String.h
+++ b/compiled/String.h
@@ -22,9 +22,12 @@
#include <cstring>
#include <type_traits>
+#include "base.h"
#include "debug.h"
#include "library.h"
+ABP_NS_BEGIN
+
inline void String_assert_writable(bool isWritable);
class String
@@ -405,3 +408,5 @@ public:
}
}
};
+
+ABP_NS_END
« no previous file with comments | « compiled/Map.h ('k') | compiled/StringMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld