Index: chrome/browser/profiles/profile_shortcut_manager_win.cc |
=================================================================== |
--- chrome/browser/profiles/profile_shortcut_manager_win.cc (revision 174984) |
+++ chrome/browser/profiles/profile_shortcut_manager_win.cc (working copy) |
@@ -268,8 +268,7 @@ |
const string16 shortcut_name = |
shortcuts[i].BaseName().RemoveExtension().value(); |
ShellUtil::RemoveShortcut(ShellUtil::SHORTCUT_LOCATION_DESKTOP, |
- distribution, chrome_exe.value(), |
- ShellUtil::CURRENT_USER, |
+ distribution, chrome_exe, ShellUtil::CURRENT_USER, |
&shortcut_name); |
} |