| Index: remoting/host/shaped_desktop_capturer_unittest.cc
|
| diff --git a/remoting/host/shaped_desktop_capturer_unittest.cc b/remoting/host/shaped_desktop_capturer_unittest.cc
|
| index 371c473dbc7738117c23b1618721457fdc7f8afb..d3a04d75071df4145c38c8256721a9f469790130 100644
|
| --- a/remoting/host/shaped_desktop_capturer_unittest.cc
|
| +++ b/remoting/host/shaped_desktop_capturer_unittest.cc
|
| @@ -5,7 +5,7 @@
|
| #include "remoting/host/shaped_desktop_capturer.h"
|
|
|
| #include "remoting/host/desktop_shape_tracker.h"
|
| -#include "remoting/host/fake_desktop_capturer.h"
|
| +#include "remoting/protocol/fake_desktop_capturer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
|
| @@ -55,7 +55,7 @@ class ShapedDesktopCapturerTest : public testing::Test,
|
| // Verify that captured frame have shape.
|
| TEST_F(ShapedDesktopCapturerTest, Basic) {
|
| ShapedDesktopCapturer capturer(
|
| - make_scoped_ptr(new FakeDesktopCapturer()),
|
| + make_scoped_ptr(new protocol::FakeDesktopCapturer()),
|
| make_scoped_ptr(new FakeDesktopShapeTracker()));
|
| capturer.Start(this);
|
| capturer.Capture(webrtc::DesktopRegion());
|
|
|