Index: chrome/browser/component_updater/sw_reporter_installer_win.cc |
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.cc b/chrome/browser/component_updater/sw_reporter_installer_win.cc |
index b6c37209ece5853e1db39aeba29b16e760e2ecac..6774d3886c97a4882508b0c636a9d02a4212b2b3 100644 |
--- a/chrome/browser/component_updater/sw_reporter_installer_win.cc |
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.cc |
@@ -211,7 +211,6 @@ void LaunchAndWaitForExit(const base::FilePath& exe_path, |
int exit_code = -1; |
bool success = base::WaitForExitCode(scan_reporter_process, &exit_code); |
DCHECK(success); |
- base::CloseProcessHandle(scan_reporter_process); |
scan_reporter_process = base::kNullProcessHandle; |
// It's OK if this doesn't complete, the work will continue on next startup. |
BrowserThread::PostTask( |