Index: remoting/host/setup/daemon_installer_win.cc |
diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc |
index dbb72192770effd9f6078ffca30176d136b75d43..176efa1b63b2b6d31d0d7dbb6f085b14ea040dd4 100644 |
--- a/remoting/host/setup/daemon_installer_win.cc |
+++ b/remoting/host/setup/daemon_installer_win.cc |
@@ -300,7 +300,7 @@ void DaemonCommandLineInstallerWin::Install() { |
kOmahaLanguage)); |
base::LaunchOptions options; |
- if (!base::LaunchProcess(command_line, options, process_.Receive())) { |
+ if (!base::LaunchProcess(command_line, options, &process_)) { |
result = GetLastError(); |
Done(HRESULT_FROM_WIN32(result)); |
return; |