Index: remoting/host/setup/daemon_installer_win.cc |
=================================================================== |
--- remoting/host/setup/daemon_installer_win.cc (revision 237598) |
+++ remoting/host/setup/daemon_installer_win.cc (working copy) |
@@ -300,7 +300,7 @@ |
kOmahaLanguage)); |
base::LaunchOptions options; |
- if (!base::LaunchProcess(command_line, options, &process_)) { |
+ if (!base::LaunchProcess(command_line, options, process_.Receive())) { |
result = GetLastError(); |
Done(HRESULT_FROM_WIN32(result)); |
return; |