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

Unified Diff: apps/launcher.cc

Issue 689063002: Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lint Created 6 years, 2 months 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 | « no previous file | components/crash/app/breakpad_win.cc » ('j') | net/proxy/proxy_resolver_winhttp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index aefca4fa1a9de315a90e67d97e1f208a1018e96f..baf0f18e21ee1a286e25c8d2c26b70fe73f5b7da 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -333,7 +333,7 @@ void LaunchPlatformAppWithCommandLine(Profile* profile,
#if defined(OS_WIN)
base::CommandLine::StringType about_blank_url(
- base::ASCIIToWide(url::kAboutBlankURL));
+ base::ASCIIToUTF16(url::kAboutBlankURL));
#else
base::CommandLine::StringType about_blank_url(url::kAboutBlankURL);
#endif
« no previous file with comments | « no previous file | components/crash/app/breakpad_win.cc » ('j') | net/proxy/proxy_resolver_winhttp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698