Index: remoting/host/mock_objects.h |
diff --git a/remoting/host/mock_objects.h b/remoting/host/mock_objects.h |
index 428bd7491968000918b33f2d6540a5b47aa32355..79b8d6f4be830c98b281e48a5bd9561976173727 100644 |
--- a/remoting/host/mock_objects.h |
+++ b/remoting/host/mock_objects.h |
@@ -45,7 +45,7 @@ class MockClientConnection : public ClientConnection { |
public: |
MockClientConnection(){} |
- MOCK_METHOD1(Init, void(ChromotingConnection* connection)); |
+ MOCK_METHOD1(Init, void(ChromotocolConnection* connection)); |
MOCK_METHOD2(SendInitClientMessage, void(int width, int height)); |
MOCK_METHOD1(SendVideoPacket, void(const VideoPacket& packet)); |
MOCK_METHOD0(GetPendingUpdateStreamMessages, int()); |