| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 2561fc480df2c496916c6f92b277c4d7e574996b..ac5e2a1ecd6271d8dcff847b46b46aaab3079b24 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -33,6 +33,7 @@
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| #include "remoting/base/breakpad.h"
|
| #include "remoting/base/constants.h"
|
| +#include "remoting/capturer/video_frame_capturer.h"
|
| #include "remoting/host/branding.h"
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| @@ -53,15 +54,14 @@
|
| #include "remoting/host/ipc_constants.h"
|
| #include "remoting/host/ipc_desktop_environment_factory.h"
|
| #include "remoting/host/json_host_config.h"
|
| -#include "remoting/host/logging.h"
|
| #include "remoting/host/log_to_server.h"
|
| +#include "remoting/host/logging.h"
|
| #include "remoting/host/network_settings.h"
|
| #include "remoting/host/policy_hack/policy_watcher.h"
|
| #include "remoting/host/resizing_host_observer.h"
|
| #include "remoting/host/session_manager_factory.h"
|
| #include "remoting/host/signaling_connector.h"
|
| #include "remoting/host/usage_stats_consent.h"
|
| -#include "remoting/host/video_frame_capturer.h"
|
| #include "remoting/jingle_glue/xmpp_signal_strategy.h"
|
| #include "remoting/protocol/me2me_host_authenticator_factory.h"
|
|
|
|
|