| Index: remoting/host/video_scheduler_unittest.cc
|
| diff --git a/remoting/host/video_scheduler_unittest.cc b/remoting/host/video_scheduler_unittest.cc
|
| index 838d6279d67b781e0b644428f08a252a9e0dc9e9..7ef6439673bad3e9aaa2ea389c6d878fb880e1c4 100644
|
| --- a/remoting/host/video_scheduler_unittest.cc
|
| +++ b/remoting/host/video_scheduler_unittest.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/message_loop.h"
|
| #include "base/run_loop.h"
|
| -#include "remoting/base/capture_data.h"
|
| +#include "remoting/capturer/capture_data.h"
|
| +#include "remoting/capturer/video_capturer_mock_objects.h"
|
| #include "remoting/codec/video_encoder.h"
|
| -#include "remoting/host/host_mock_objects.h"
|
| #include "remoting/proto/video.pb.h"
|
| #include "remoting/protocol/protocol_mock_objects.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|