| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 3c349fa8c8ecefa94242559a3865bcce3cdc5e20..7795de15c80b99aeb13efa8202c097d217716949 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -8,8 +8,11 @@
|
| #include "base/task.h"
|
| #include "build/build_config.h"
|
| #include "remoting/base/constants.h"
|
| +#include "remoting/base/encoder.h"
|
| #include "remoting/base/protocol_decoder.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| +#include "remoting/host/capturer.h"
|
| +#include "remoting/host/event_executor.h"
|
| #include "remoting/host/host_config.h"
|
| #include "remoting/host/session_manager.h"
|
| #include "remoting/jingle_glue/jingle_channel.h"
|
|
|