Index: remoting/host/video_scheduler_unittest.cc |
diff --git a/remoting/host/video_scheduler_unittest.cc b/remoting/host/video_scheduler_unittest.cc |
index 19c570f2b042559a2499427d4fcd58afca546e6d..3d7375e811dc3b2ffab8d45b1f6beb7fa9d47ab9 100644 |
--- a/remoting/host/video_scheduler_unittest.cc |
+++ b/remoting/host/video_scheduler_unittest.cc |
@@ -11,7 +11,7 @@ |
#include "remoting/base/auto_thread.h" |
#include "remoting/base/auto_thread_task_runner.h" |
#include "remoting/codec/video_encoder_verbatim.h" |
-#include "remoting/host/screen_capturer_fake.h" |
+#include "remoting/host/fake_screen_capturer.h" |
#include "remoting/proto/video.pb.h" |
#include "remoting/protocol/protocol_mock_objects.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -83,7 +83,7 @@ class ThreadCheckVideoEncoder : public VideoEncoderVerbatim { |
DISALLOW_COPY_AND_ASSIGN(ThreadCheckVideoEncoder); |
}; |
-class ThreadCheckScreenCapturer : public ScreenCapturerFake { |
+class ThreadCheckScreenCapturer : public FakeScreenCapturer { |
public: |
ThreadCheckScreenCapturer( |
scoped_refptr<base::SingleThreadTaskRunner> task_runner) |