| Index: remoting/host/host_mock_objects.cc
|
| diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
|
| index 8b40c6df4c0c71da84e8ff4d5c3435f5fcda9d4d..cb4dddd087078deaf6163c2e2c0c35dca08ac356 100644
|
| --- a/remoting/host/host_mock_objects.cc
|
| +++ b/remoting/host/host_mock_objects.cc
|
| @@ -7,28 +7,11 @@
|
| #include "base/message_loop_proxy.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| -#include "remoting/base/capture_data.h"
|
| #include "remoting/proto/event.pb.h"
|
| #include "remoting/protocol/transport.h"
|
|
|
| namespace remoting {
|
|
|
| -MockVideoFrameCapturer::MockVideoFrameCapturer() {}
|
| -
|
| -MockVideoFrameCapturer::~MockVideoFrameCapturer() {}
|
| -
|
| -MockVideoFrameCapturerDelegate::MockVideoFrameCapturerDelegate() {
|
| -}
|
| -
|
| -MockVideoFrameCapturerDelegate::~MockVideoFrameCapturerDelegate() {
|
| -}
|
| -
|
| -void MockVideoFrameCapturerDelegate::OnCursorShapeChanged(
|
| - scoped_ptr<protocol::CursorShapeInfo> cursor_shape) {
|
| - // Notify the mock method.
|
| - OnCursorShapeChangedPtr(cursor_shape.get());
|
| -}
|
| -
|
| MockDesktopEnvironmentFactory::MockDesktopEnvironmentFactory()
|
| : DesktopEnvironmentFactory(NULL, NULL) {
|
| }
|
|
|