Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index ad454ae189d48af0b35e7e20afded5de11e397c5..09328421f130db329aa172623a72976e01c0f38f 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -94,7 +94,7 @@ class SimpleHost { |
SimpleHost() |
: message_loop_(MessageLoop::TYPE_UI), |
file_io_thread_("FileIO"), |
- context_(message_loop_.message_loop_proxy()), |
+ context_(NULL, message_loop_.message_loop_proxy()), |
fake_(false), |
is_it2me_(false) { |
context_.Start(); |