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

Unified Diff: content/shell/app/webkit_test_platform_support_win.cc

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (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 | « content/shell/app/shell_breakpad_client.cc ('k') | content/shell/browser/shell_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/webkit_test_platform_support_win.cc
diff --git a/content/shell/app/webkit_test_platform_support_win.cc b/content/shell/app/webkit_test_platform_support_win.cc
index 59156fe891cb85bd5b7ff5bf4a89ff0d03223ccf..938bd19dcc58987a7dc28c54a4792f7ed5e7fb5e 100644
--- a/content/shell/app/webkit_test_platform_support_win.cc
+++ b/content/shell/app/webkit_test_platform_support_win.cc
@@ -36,7 +36,7 @@ bool SetupFonts() {
std::string font_buffer;
if (!base::ReadFileToString(font_path, &font_buffer)) {
- std::cerr << "Failed to load font " << WideToUTF8(font_path.value())
+ std::cerr << "Failed to load font " << base::WideToUTF8(font_path.value())
<< "\n";
return false;
}
« no previous file with comments | « content/shell/app/shell_breakpad_client.cc ('k') | content/shell/browser/shell_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698