| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| index 6ac0bc7995f6adb478176f1e6f4da8d15eb55410..7a9817fdb876a528e37bd44cb227ad3b4af3b916 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -161,7 +161,7 @@ LaunchMode GetLaunchShortcutKind() {
|
| std::string appdata_path;
|
| env->GetVar("USERPROFILE", &appdata_path);
|
| if (!appdata_path.empty() &&
|
| - shortcut.find(base::ASCIIToUTF16(appdata_path)) != base::string16::npos)
|
| + shortcut.find(base::UTF8ToUTF16(appdata_path)) != base::string16::npos)
|
| return LM_SHORTCUT_DESKTOP;
|
| return LM_SHORTCUT_UNKNOWN;
|
| }
|
|
|