Index: remoting/protocol/protocol_mock_objects.cc |
diff --git a/remoting/protocol/protocol_mock_objects.cc b/remoting/protocol/protocol_mock_objects.cc |
index 8b3895451d8901065252260ed24024c342f2b086..5deb40f005c40fd5371bcc53507fec031f788e37 100644 |
--- a/remoting/protocol/protocol_mock_objects.cc |
+++ b/remoting/protocol/protocol_mock_objects.cc |
@@ -7,7 +7,12 @@ |
namespace remoting { |
namespace protocol { |
-MockConnectionToClient::MockConnectionToClient() {} |
+MockConnectionToClient::MockConnectionToClient(MessageLoop* message_loop, |
+ EventHandler* handler, |
+ HostStub* host_stub, |
+ InputStub* input_stub) |
+ : ConnectionToClient(message_loop, handler, host_stub, input_stub) { |
+} |
MockConnectionToClient::~MockConnectionToClient() {} |