diff options
Diffstat (limited to 'remoting/host/event_executor.h')
-rw-r--r-- | remoting/host/event_executor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h index 449c670..7dd6d43 100644 --- a/remoting/host/event_executor.h +++ b/remoting/host/event_executor.h @@ -7,7 +7,7 @@ #include "remoting/protocol/input_stub.h" -class MessageLoopForUI; +class MessageLoop; namespace remoting { @@ -16,7 +16,7 @@ class Capturer; class EventExecutor : public protocol::InputStub { public: // Creates default event executor for the current platform. - static EventExecutor* Create(MessageLoopForUI* message_loop, + static EventExecutor* Create(MessageLoop* message_loop, Capturer* capturer); }; |