Index: chrome/browser/first_run_win.cc |
=================================================================== |
--- chrome/browser/first_run_win.cc (revision 19124) |
+++ chrome/browser/first_run_win.cc (working copy) |
@@ -523,7 +523,7 @@ |
// current command line as fallback. |
import_cmd.AppendSwitchWithValue( |
switches::kLang, |
- g_browser_process->GetApplicationLocale()); |
+ ASCIIToWide(g_browser_process->GetApplicationLocale())); |
import_cmd.CommandLine::AppendSwitchWithValue(switches::kImport, |
EncodeImportParams(browser_type, items_to_import, parent_window)); |