Index: apps/launcher.cc |
diff --git a/apps/launcher.cc b/apps/launcher.cc |
index f4875aae2f3f9eefa71045e6a57fedd0a0d606f7..25c3a5f2bd14e4de31ab50dfba264101792a4054 100644 |
--- a/apps/launcher.cc |
+++ b/apps/launcher.cc |
@@ -328,7 +328,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 |