| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 32df6d2b46b56f64b5a6cc021dc5dc93d5f595b7..b5f1db9b810ff79a231adecc0d8b232710253531 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -49,7 +49,7 @@ class MockClientSessionControl : public ClientSessionControl {
|
|
|
| MOCK_CONST_METHOD0(client_jid, const std::string&());
|
| MOCK_METHOD0(DisconnectSession, void());
|
| - MOCK_METHOD1(OnLocalMouseMoved, void(const SkIPoint&));
|
| + MOCK_METHOD1(OnLocalMouseMoved, void(const webrtc::DesktopVector&));
|
| MOCK_METHOD1(SetDisableInputs, void(bool));
|
|
|
| private:
|
|
|