Index: remoting/host/chromoting_host.cc |
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc |
index 4ef9de11deb281baf3f187298590374f425ea41e..d70085fb4cfeb11b6e2b79e014fb999753379b5c 100644 |
--- a/remoting/host/chromoting_host.cc |
+++ b/remoting/host/chromoting_host.cc |
@@ -10,12 +10,12 @@ |
#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_speex.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" |