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

Unified Diff: compiled/Utils.cpp

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.cpp
diff --git a/compiled/Utils.cpp b/compiled/Utils.cpp
index 29880be2d55f81436b36a9c63dcbafa90256717b..f7450d73aa897e21f2d0b88a868b81535f850687 100644
--- a/compiled/Utils.cpp
+++ b/compiled/Utils.cpp
@@ -17,7 +17,10 @@
#include "Utils.h"
+ABP_NS_BEGIN
+
std::wstring StdWStringFromString(const String& str)
{
return std::wstring(str.data(), str.data() + str.length());
}
+ABP_NS_END

Powered by Google App Engine
This is Rietveld