| Index: remoting/host/chromoting_host_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
|
| index b870b5fde6b90de0efb404faeb2da602e8deef6a..267661af03d7243c22937a70012b32ac749cea70 100644
|
| --- a/remoting/host/chromoting_host_unittest.cc
|
| +++ b/remoting/host/chromoting_host_unittest.cc
|
| @@ -11,8 +11,8 @@
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/desktop_environment.h"
|
| +#include "remoting/host/fake_screen_capturer.h"
|
| #include "remoting/host/host_mock_objects.h"
|
| -#include "remoting/host/screen_capturer_fake.h"
|
| #include "remoting/proto/video.pb.h"
|
| #include "remoting/protocol/errors.h"
|
| #include "remoting/protocol/protocol_mock_objects.h"
|
| @@ -267,7 +267,7 @@ class ChromotingHostTest : public testing::Test {
|
| // Creates a fake webrtc::ScreenCapturer, to mock
|
| // DesktopEnvironment::CreateVideoCapturer().
|
| webrtc::ScreenCapturer* CreateVideoCapturer() {
|
| - return new ScreenCapturerFake();
|
| + return new FakeScreenCapturer();
|
| }
|
|
|
| void DisconnectAllClients() {
|
|
|