Index: remoting/host/desktop_session_agent.h |
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h |
index 52874a782b158eb8c5950f9ea69fb71df406d663..bb0a413c2408cc928c3db2df2c65519258230100 100644 |
--- a/remoting/host/desktop_session_agent.h |
+++ b/remoting/host/desktop_session_agent.h |
@@ -35,7 +35,7 @@ class AudioPacket; |
class AutoThreadTaskRunner; |
class DesktopEnvironmentFactory; |
class DisconnectWindow; |
-class EventExecutor; |
+class InputInjector; |
class LocalInputMonitor; |
class RemoteInputFilter; |
class ScreenResolution; |
@@ -217,7 +217,7 @@ class DesktopSessionAgent |
scoped_ptr<DisconnectWindow> disconnect_window_; |
// Executes keyboard, mouse and clipboard events. |
- scoped_ptr<EventExecutor> event_executor_; |
+ scoped_ptr<InputInjector> input_injector_; |
// Monitor local inputs to allow remote inputs to be blocked while the local |
// user is trying to do something. |