| Index: remoting/host/chromoting_host_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
|
| index b70078e7baf057058056d893ca616a1b45f3906e..2744f9a73c1b12d70c771ca8129f3a0574a37fd7 100644
|
| --- a/remoting/host/chromoting_host_unittest.cc
|
| +++ b/remoting/host/chromoting_host_unittest.cc
|
| @@ -7,16 +7,16 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| -#include "remoting/jingle_glue/mock_objects.h"
|
| +#include "remoting/capturer/video_frame_capturer_fake.h"
|
| #include "remoting/host/audio_capturer.h"
|
| -#include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/chromoting_host.h"
|
| +#include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/desktop_environment_factory.h"
|
| #include "remoting/host/event_executor_fake.h"
|
| #include "remoting/host/host_mock_objects.h"
|
| #include "remoting/host/it2me_host_user_interface.h"
|
| -#include "remoting/host/video_frame_capturer_fake.h"
|
| +#include "remoting/jingle_glue/mock_objects.h"
|
| #include "remoting/proto/video.pb.h"
|
| #include "remoting/protocol/errors.h"
|
| #include "remoting/protocol/protocol_mock_objects.h"
|
|
|