Index: remoting/host/desktop_environment.cc |
diff --git a/remoting/host/desktop_environment.cc b/remoting/host/desktop_environment.cc |
index cae6016369867722d2c660935a383a522ebadb01..3fb128aab7a41f70a15d7f0578f7caa0ee82decb 100644 |
--- a/remoting/host/desktop_environment.cc |
+++ b/remoting/host/desktop_environment.cc |
@@ -6,17 +6,15 @@ |
#include "remoting/host/capturer.h" |
#include "remoting/host/curtain.h" |
-#include "remoting/protocol/input_stub.h" |
- |
-using remoting::protocol::InputStub; |
+#include "remoting/host/event_executor.h" |
namespace remoting { |
DesktopEnvironment::DesktopEnvironment(Capturer* capturer, |
- InputStub* input_stub, |
+ EventExecutor* event_executor, |
Curtain* curtain) |
: capturer_(capturer), |
- input_stub_(input_stub), |
+ event_executor_(event_executor), |
curtain_(curtain) { |
} |