Chromium Code Reviews| Index: chrome/installer/setup/install.cc |
| =================================================================== |
| --- chrome/installer/setup/install.cc (revision 174984) |
| +++ chrome/installer/setup/install.cc (working copy) |
| @@ -281,7 +281,7 @@ |
| if (installer_state.system_install()) { |
| ShellUtil::RemoveShortcut( |
| - ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist, chrome_exe.value(), |
| + ShellUtil::SHORTCUT_LOCATION_QUICK_LAUNCH, dist, chrome_exe, |
| ShellUtil::SYSTEM_LEVEL, NULL); |
| } |
| } |