| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index d37b575e77a3bde74877629cdee545265ae8b110..ed5115f5f7e11dee250d5b2bed6fbef323eeddbb 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -81,8 +81,8 @@ class MockConnectionToClientEventHandler
|
| void(ConnectionToClient* connection));
|
| MOCK_METHOD2(OnConnectionClosed,
|
| void(ConnectionToClient* connection, ErrorCode error));
|
| - MOCK_METHOD2(OnEventTimestamp,
|
| - void(ConnectionToClient* connection, int64 timestamp));
|
| + MOCK_METHOD2(OnInputEventReceived,
|
| + void(ConnectionToClient* connection, int64_t timestamp));
|
| MOCK_METHOD3(OnRouteChange,
|
| void(ConnectionToClient* connection,
|
| const std::string& channel_name,
|
|
|