diff options
Diffstat (limited to 'chrome/browser/first_run_win.cc')
-rw-r--r-- | chrome/browser/first_run_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run_win.cc b/chrome/browser/first_run_win.cc index 136350c..165f10ee 100644 --- a/chrome/browser/first_run_win.cc +++ b/chrome/browser/first_run_win.cc @@ -523,7 +523,7 @@ bool FirstRun::ImportSettings(Profile* profile, int browser_type, // 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)); |