| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index 5c70174dcab75fbcc81bddaa104f0e538564358c..163c6ea49c7e09b4ed2d2e6b508c0c3b2cd861f4 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -257,7 +257,7 @@ void CleanupLegacyShortcuts(const InstallerState& installer_state,
|
| shortcut_level, &uninstall_shortcut_path);
|
| uninstall_shortcut_path = uninstall_shortcut_path.Append(
|
| dist->GetUninstallLinkName() + installer::kLnkExt);
|
| - file_util::Delete(uninstall_shortcut_path, false);
|
| + base::Delete(uninstall_shortcut_path, false);
|
|
|
| if (installer_state.system_install()) {
|
| ShellUtil::RemoveShortcuts(
|
|
|