diff options
Diffstat (limited to 'remoting/protocol/protocol_mock_objects.cc')
-rw-r--r-- | remoting/protocol/protocol_mock_objects.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc index 34766c3..3ce8d31 100644 --- a/remoting/protocol/protocol_mock_objects.cc +++ b/remoting/protocol/protocol_mock_objects.cc @@ -13,7 +13,7 @@ MockConnectionToClient::MockConnectionToClient( EventHandler* handler, HostStub* host_stub, InputStub* input_stub) - : ConnectionToClient(base::MessageLoopProxy::CreateForCurrentThread(), + : ConnectionToClient(base::MessageLoopProxy::current(), handler) { set_host_stub(host_stub); set_input_stub(input_stub); |