| Index: remoting/host/win/session_desktop_environment_factory.cc
|
| diff --git a/remoting/host/win/session_desktop_environment_factory.cc b/remoting/host/win/session_desktop_environment_factory.cc
|
| index 4a7306f4d615408ae06c191e9943cc8da1ecb202..583361e8916434a9331b3dedba201f74bb67c0d1 100644
|
| --- a/remoting/host/win/session_desktop_environment_factory.cc
|
| +++ b/remoting/host/win/session_desktop_environment_factory.cc
|
| @@ -5,12 +5,12 @@
|
| #include "remoting/host/win/session_desktop_environment_factory.h"
|
|
|
| #include "base/single_thread_task_runner.h"
|
| +#include "remoting/capturer/video_frame_capturer.h"
|
| #include "remoting/host/audio_capturer.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/client_session.h"
|
| #include "remoting/host/desktop_environment.h"
|
| #include "remoting/host/event_executor.h"
|
| -#include "remoting/host/video_frame_capturer.h"
|
| #include "remoting/host/win/session_event_executor.h"
|
|
|
| namespace remoting {
|
|
|