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 |