Index: remoting/host/session_event_executor_win.h |
diff --git a/remoting/host/session_event_executor_win.h b/remoting/host/session_event_executor_win.h |
index 26355e3fc6e774ff52134090867d9b3b462b4a65..b6d48bf079fb920b8e0d19b91c8965446489d809 100644 |
--- a/remoting/host/session_event_executor_win.h |
+++ b/remoting/host/session_event_executor_win.h |
@@ -10,7 +10,6 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
-#include "ipc/ipc_channel.h" |
#include "remoting/host/event_executor.h" |
#include "remoting/host/win/scoped_thread_desktop.h" |
@@ -18,10 +17,6 @@ namespace base { |
class SingleThreadTaskRunner; |
} // namespace base |
-namespace IPC { |
-class ChannelProxy; |
-} // namespace IPC |
- |
namespace remoting { |
class SasInjector; |
@@ -30,7 +25,6 @@ class SessionEventExecutorWin : public EventExecutor { |
public: |
SessionEventExecutorWin( |
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, |
- scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, |
scoped_ptr<EventExecutor> nested_executor); |
~SessionEventExecutorWin(); |