Index: remoting/host/host_service_win.cc |
diff --git a/remoting/host/host_service_win.cc b/remoting/host/host_service_win.cc |
index a404e6ed5961ad6189d45889aee70650a8454c9f..fc9726098fd8ca1b7161b2e7ae7a6187d2347179 100644 |
--- a/remoting/host/host_service_win.cc |
+++ b/remoting/host/host_service_win.cc |
@@ -363,7 +363,8 @@ void HostService::RunMessageLoop() { |
return; |
} |
- WtsSessionProcessLauncher launcher(this, host_binary_, &io_thread); |
+ WtsSessionProcessLauncher launcher(this, host_binary_, |
+ io_thread.message_loop_proxy().get()); |
Wez
2012/03/15 23:24:31
With the change to pass a scoped_refptr<> to WtsSe
alexeypa (please no reviews)
2012/03/16 17:43:50
Done.
|
// Run the service. |
message_loop_->Run(); |