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..1d950dcd1388eefe9a15ef039d4ef0f056ea65a9 100644 |
--- a/remoting/host/host_mock_objects.cc |
+++ b/remoting/host/host_mock_objects.cc |
@@ -7,28 +7,12 @@ |
#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/capturer/capture_data.h" |
alexeypa (please no reviews)
2012/12/12 19:53:10
nit: Do you still need the include?
Sergey Ulanov
2012/12/13 02:57:23
Done.
|
#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) { |
} |