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..c1f50a226857f26f6235afe6d82d6009aa44132d 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()); |
// Run the service. |
message_loop_->Run(); |