Chromium Code Reviews

Unified Diff: remoting/host/chromoting_host.cc

Issue 2840036: Moving Encoder and Decoder to remoting/base (Closed)
Patch Set: fix DEPS Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « remoting/host/chromoting_host.h ('k') | remoting/host/mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « remoting/host/chromoting_host.h ('k') | remoting/host/mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine