Index: chrome/browser/chrome_browser_main_win.cc |
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc |
index 45cb0af5b2949d6dc78d0f515be9063701558f14..36b27e706587d01c3207153e6f8100a79b7f376e 100644 |
--- a/chrome/browser/chrome_browser_main_win.cc |
+++ b/chrome/browser/chrome_browser_main_win.cc |
@@ -472,7 +472,7 @@ bool ChromeBrowserMainPartsWin::CheckMachineLevelInstall() { |
base::FilePath user_exe_path(installer::GetChromeInstallPath(false, dist)); |
if (base::FilePath::CompareEqualIgnoreCase(exe, user_exe_path.value())) { |
base::CommandLine uninstall_cmd( |
- InstallUtil::GetChromeUninstallCmd(false, dist->GetType())); |
+ InstallUtil::GetChromeUninstallCmd(false)); |
if (!uninstall_cmd.GetProgram().empty()) { |
uninstall_cmd.AppendSwitch(installer::switches::kSelfDestruct); |
uninstall_cmd.AppendSwitch(installer::switches::kForceUninstall); |