| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index 4d0302591641b3f5a240d4036a0c35b081601995..64d56369eec0c4ed378d1d30fccbcf0b8cff9c41 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -43,7 +43,7 @@ class MockConnectionToClientEventHandler
|
| MOCK_METHOD1(OnConnectionAuthenticating,
|
| void(ConnectionToClient* connection));
|
| MOCK_METHOD1(OnConnectionAuthenticated, void(ConnectionToClient* connection));
|
| - MOCK_METHOD1(CreateVideoStreams, void(ConnectionToClient* connection));
|
| + MOCK_METHOD1(CreateMediaStreams, void(ConnectionToClient* connection));
|
| MOCK_METHOD1(OnConnectionChannelsConnected,
|
| void(ConnectionToClient* connection));
|
| MOCK_METHOD2(OnConnectionClosed,
|
|
|