| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 1d209694ba71613cb8df338d8c0a37b077093172..02bc1f9889c482de7cdd6836bc4feff34b89b81d 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -10,11 +10,11 @@
|
| #include "base/message_loop_proxy.h"
|
| #include "build/build_config.h"
|
| #include "remoting/base/constants.h"
|
| -#include "remoting/base/encoder.h"
|
| -#include "remoting/base/encoder_row_based.h"
|
| -#include "remoting/base/encoder_vp8.h"
|
| #include "remoting/codec/audio_encoder.h"
|
| #include "remoting/codec/audio_encoder_verbatim.h"
|
| +#include "remoting/codec/video_encoder.h"
|
| +#include "remoting/codec/video_encoder_row_based.h"
|
| +#include "remoting/codec/video_encoder_vp8.h"
|
| #include "remoting/host/audio_scheduler.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/desktop_environment.h"
|
|
|