| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 9a8f108444f6bdc1dcb7c58732b0785a1566e327..b6137cfb202e4f782c9722e9242e7249d2521adb 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -7,6 +7,7 @@
|
| #include <algorithm>
|
|
|
| #include "base/message_loop_proxy.h"
|
| +#include "remoting/capturer/video_frame_capturer.h"
|
| #include "remoting/codec/audio_encoder.h"
|
| #include "remoting/codec/audio_encoder_opus.h"
|
| #include "remoting/codec/audio_encoder_speex.h"
|
| @@ -18,7 +19,6 @@
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/desktop_environment_factory.h"
|
| #include "remoting/host/event_executor.h"
|
| -#include "remoting/host/video_frame_capturer.h"
|
| #include "remoting/host/video_scheduler.h"
|
| #include "remoting/proto/control.pb.h"
|
| #include "remoting/proto/event.pb.h"
|
|
|