| Index: chrome/browser/browser_main_win.cc
 | 
| diff --git a/chrome/browser/browser_main_win.cc b/chrome/browser/browser_main_win.cc
 | 
| index 0cb0441d438484429970e7d922d8333dedac7dc3..3611b21e1c993c395fcc929c0f667282f1640f49 100644
 | 
| --- a/chrome/browser/browser_main_win.cc
 | 
| +++ b/chrome/browser/browser_main_win.cc
 | 
| @@ -266,7 +266,7 @@ bool CheckMachineLevelInstall() {
 | 
|          uninstall_cmd.AppendSwitch(installer::switches::kForceUninstall);
 | 
|          uninstall_cmd.AppendSwitch(
 | 
|              installer::switches::kDoNotRemoveSharedItems);
 | 
| -        base::LaunchProcess(uninstall_cmd, base::LaunchOptions());
 | 
| +        base::LaunchProcess(uninstall_cmd, base::LaunchOptions(), NULL);
 | 
|        }
 | 
|        return true;
 | 
|      }
 | 
| 
 |