| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index 0dd4020321aa0e4d3184727df90b73ad3d0da672..ed0be39dc8ce3854bc675197ab1f0d68612f8794 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -9,10 +9,8 @@
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/client_session.h"
|
| #include "remoting/host/client_session_control.h"
|
| -#include "remoting/host/continue_window.h"
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/host_status_observer.h"
|
| -#include "remoting/host/host_window.h"
|
| #include "remoting/host/input_injector.h"
|
| #include "remoting/host/screen_controls.h"
|
| #include "remoting/host/screen_resolution.h"
|
| @@ -42,16 +40,6 @@ class MockDesktopEnvironment : public DesktopEnvironment {
|
| virtual scoped_ptr<media::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
|
| };
|
|
|
| -class MockContinueWindow : public ContinueWindow {
|
| - public:
|
| - MockContinueWindow();
|
| - virtual ~MockContinueWindow();
|
| -
|
| - MOCK_METHOD1(Show, void(
|
| - const remoting::ContinueWindow::ContinueSessionCallback& callback));
|
| - MOCK_METHOD0(Hide, void());
|
| -};
|
| -
|
| class MockClientSessionControl : public ClientSessionControl {
|
| public:
|
| MockClientSessionControl();
|
|
|