Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: skia/ext/image_operations_bench.cc

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/wow_helper/wow_helper.cc ('k') | sql/connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/image_operations_bench.cc
diff --git a/skia/ext/image_operations_bench.cc b/skia/ext/image_operations_bench.cc
index 11263f3d78897e10bbbaef790f6d1adeb7211247..78e127db0f5b3f76e4b878cc6f146bc4f85caf94 100644
--- a/skia/ext/image_operations_bench.cc
+++ b/skia/ext/image_operations_bench.cc
@@ -186,7 +186,7 @@ bool Benchmark::ParseArgs(const CommandLine* command_line) {
const std::string& s = iter->first;
std::string value;
#if defined(OS_WIN)
- value = WideToUTF8(iter->second);
+ value = base::WideToUTF8(iter->second);
#else
value = iter->second;
#endif
« no previous file with comments | « sandbox/win/wow_helper/wow_helper.cc ('k') | sql/connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698