| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| ===================================================================
|
| --- chrome/browser/ui/startup/startup_browser_creator_impl.cc (revision 184354)
|
| +++ chrome/browser/ui/startup/startup_browser_creator_impl.cc (working copy)
|
| @@ -150,7 +150,7 @@
|
| std::string appdata_path;
|
| env->GetVar("USERPROFILE", &appdata_path);
|
| if (!appdata_path.empty() &&
|
| - shortcut.find(base::ASCIIToWide(appdata_path)) != std::wstring::npos)
|
| + shortcut.find(ASCIIToWide(appdata_path)) != std::wstring::npos)
|
| return LM_SHORTCUT_DESKTOP;
|
| return LM_SHORTCUT_UNKNOWN;
|
| }
|
|
|