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

Unified Diff: compiled/Utils.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
Index: compiled/Utils.h
diff --git a/compiled/Utils.h b/compiled/Utils.h
index ab262fc675a70a145c1a297832176422573b4d18..024c816c4a9988a23d27ced64c773261f9c59f87 100644
--- a/compiled/Utils.h
+++ b/compiled/Utils.h
@@ -19,6 +19,11 @@
#include <string>
+#include "base.h"
#include "String.h"
+ABP_NS_BEGIN
+
std::wstring StdWStringFromString(const String& str);
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld