| Index: remoting/host/host_mock_objects.cc
|
| diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
|
| index f192f8e84d659db0a8f4db39db75b7321c78fd3f..f8867a329466359176e82f5061b3a6c23cad76c4 100644
|
| --- a/remoting/host/host_mock_objects.cc
|
| +++ b/remoting/host/host_mock_objects.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/message_loop_proxy.h"
|
| #include "net/base/ip_endpoint.h"
|
| +#include "remoting/base/auto_thread_task_runner.h"
|
| #include "remoting/base/capture_data.h"
|
| #include "remoting/proto/event.pb.h"
|
| #include "remoting/protocol/transport.h"
|
| @@ -59,7 +60,8 @@ scoped_ptr<LocalInputMonitor> LocalInputMonitor::Create() {
|
| }
|
|
|
| MockChromotingHostContext::MockChromotingHostContext()
|
| - : ChromotingHostContext(base::MessageLoopProxy::current()) {
|
| + : ChromotingHostContext(new AutoThreadTaskRunner(
|
| + base::MessageLoopProxy::current())) {
|
| }
|
|
|
| MockChromotingHostContext::~MockChromotingHostContext() {}
|
|
|