| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index acf6adf741ff1ae02bcd5c140df073d52a864e24..469e1c1b799c5b9c21c80f09bd8cdc5bb8659c0f 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -13,7 +13,6 @@
|
| #include "remoting/host/disconnect_window.h"
|
| #include "remoting/host/event_executor.h"
|
| #include "remoting/host/host_status_observer.h"
|
| -#include "remoting/host/local_input_monitor.h"
|
| #include "remoting/host/screen_resolution.h"
|
| #include "remoting/host/session_controller.h"
|
| #include "remoting/proto/control.pb.h"
|
| @@ -54,16 +53,6 @@ class MockDisconnectWindow : public DisconnectWindow {
|
| MOCK_METHOD0(Hide, void());
|
| };
|
|
|
| -class MockLocalInputMonitor : public LocalInputMonitor {
|
| - public:
|
| - MockLocalInputMonitor();
|
| - virtual ~MockLocalInputMonitor();
|
| -
|
| - MOCK_METHOD2(Start, void(MouseMoveObserver* mouse_move_observer,
|
| - const base::Closure& disconnect_callback));
|
| - MOCK_METHOD0(Stop, void());
|
| -};
|
| -
|
| class MockContinueWindow : public ContinueWindow {
|
| public:
|
| MockContinueWindow();
|
|
|