| Index: remoting/protocol/protocol_mock_objects.cc
|
| diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc
|
| index 3ce8d315c15a93294ce28c7231b947a821e1bd29..897b34d310e636d830acbd0d2693c7eff1d9b923 100644
|
| --- a/remoting/protocol/protocol_mock_objects.cc
|
| +++ b/remoting/protocol/protocol_mock_objects.cc
|
| @@ -10,11 +10,10 @@ namespace remoting {
|
| namespace protocol {
|
|
|
| MockConnectionToClient::MockConnectionToClient(
|
| - EventHandler* handler,
|
| + Session* session,
|
| HostStub* host_stub,
|
| InputStub* input_stub)
|
| - : ConnectionToClient(base::MessageLoopProxy::current(),
|
| - handler) {
|
| + : ConnectionToClient(base::MessageLoopProxy::current(), session) {
|
| set_host_stub(host_stub);
|
| set_input_stub(input_stub);
|
| }
|
|
|