| 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 3bd71b69ae0865e8907d9834acbf0c330981b8bd..ab434ee60aadeb0ff486488438796201636a78c9 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -150,7 +150,7 @@ LaunchMode GetLaunchShortcutKind() {
|
| std::string appdata_path;
|
| env->GetVar("USERPROFILE", &appdata_path);
|
| if (!appdata_path.empty() &&
|
| - shortcut.find(ASCIIToWide(appdata_path)) != std::wstring::npos)
|
| + shortcut.find(base::ASCIIToWide(appdata_path)) != std::wstring::npos)
|
| return LM_SHORTCUT_DESKTOP;
|
| return LM_SHORTCUT_UNKNOWN;
|
| }
|
|
|