Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index ce6527325c4bde9e502dc904f1f032f44c8dd342..ea34f82bbf59f75aeb433d87a2cbfd9503a77391 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -64,7 +64,8 @@ class MockLocalInputMonitor : public LocalInputMonitor { |
MockLocalInputMonitor(); |
virtual ~MockLocalInputMonitor(); |
- MOCK_METHOD1(Start, void(remoting::ChromotingHost* host)); |
+ MOCK_METHOD2(Start, void(MouseMoveObserver* mouse_move_observer, |
+ const base::Closure& disconnect_callback)); |
MOCK_METHOD0(Stop, void()); |
}; |