Index: remoting/host/session_event_executor_win.cc |
diff --git a/remoting/host/session_event_executor_win.cc b/remoting/host/session_event_executor_win.cc |
index 617a38146871ef2d4a338865996a681ff5c6646f..9fc28349e8e53ec3c7e671b40bce609d6e931c5d 100644 |
--- a/remoting/host/session_event_executor_win.cc |
+++ b/remoting/host/session_event_executor_win.cc |
@@ -7,13 +7,10 @@ |
#include <string> |
#include "base/bind.h" |
-#include "base/command_line.h" |
#include "base/compiler_specific.h" |
+#include "base/location.h" |
#include "base/single_thread_task_runner.h" |
#include "base/win/windows_version.h" |
-#include "ipc/ipc_channel.h" |
-#include "ipc/ipc_channel_proxy.h" |
-#include "remoting/host/chromoting_messages.h" |
#include "remoting/host/sas_injector.h" |
#include "remoting/host/win/desktop.h" |
#include "remoting/proto/event.pb.h" |
@@ -45,7 +42,6 @@ using protocol::KeyEvent; |
SessionEventExecutorWin::SessionEventExecutorWin( |
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, |
- scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, |
scoped_ptr<EventExecutor> nested_executor) |
: nested_executor_(nested_executor.Pass()), |
task_runner_(main_task_runner), |