| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 4df9e2ad6cb368e5ba8d9966235fb60dd47a9453..23f75e4e7c45bef9819ccfdb60358840e1cfc7f7 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -105,11 +105,10 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler {
|
| MOCK_METHOD1(OnSessionFailed, void(ClientSession* client));
|
| MOCK_METHOD2(OnSessionSequenceNumber, void(ClientSession* client,
|
| int64 sequence_number));
|
| - MOCK_METHOD4(OnSessionRouteChange, void(
|
| + MOCK_METHOD3(OnSessionRouteChange, void(
|
| ClientSession* client,
|
| const std::string& channel_name,
|
| - const net::IPEndPoint& remote_end_point,
|
| - const net::IPEndPoint& local_end_point));
|
| + const protocol::TransportRoute& route));
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockClientSessionEventHandler);
|
|
|