Index: remoting/protocol/protocol_mock_objects.h |
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h |
index ea79d72de270ccd40eb8a01f2cd9da7a9b3ec6d0..f3bf29b2b2f016206b81d405e91f562ad796ab99 100644 |
--- a/remoting/protocol/protocol_mock_objects.h |
+++ b/remoting/protocol/protocol_mock_objects.h |
@@ -49,9 +49,10 @@ class MockConnectionToClientEventHandler : |
Session::Error error)); |
MOCK_METHOD2(OnSequenceNumberUpdated, void(ConnectionToClient* connection, |
int64 sequence_number)); |
- MOCK_METHOD3(OnClientIpAddress, void(ConnectionToClient* connection, |
+ MOCK_METHOD4(OnClientIpAddress, void(ConnectionToClient* connection, |
const std::string& channel_name, |
- const net::IPEndPoint& end_point)); |
+ const net::IPEndPoint& end_point, |
+ const net::IPEndPoint& local_end_point)); |
private: |
DISALLOW_COPY_AND_ASSIGN(MockConnectionToClientEventHandler); |