| Index: remoting/host/event_executor_linux.h
|
| diff --git a/remoting/host/event_executor_linux.h b/remoting/host/event_executor_linux.h
|
| index ef28660757a6079b3f4526cd10d56c563956dc87..bca742bdaa78c7ec2f5c783282e37aef245d89f1 100644
|
| --- a/remoting/host/event_executor_linux.h
|
| +++ b/remoting/host/event_executor_linux.h
|
| @@ -10,18 +10,14 @@
|
| #include "base/task.h"
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "remoting/protocol/input_stub.h"
|
| -
|
| -class MessageLoop;
|
| +#include "remoting/host/event_executor.h"
|
|
|
| namespace remoting {
|
|
|
| -class Capturer;
|
| -class ChromotingClientMessage;
|
| class EventExecutorLinuxPimpl;
|
|
|
| // A class to generate events on Linux.
|
| -class EventExecutorLinux : public protocol::InputStub {
|
| +class EventExecutorLinux : public EventExecutor {
|
| public:
|
| EventExecutorLinux(MessageLoop* message_loop,
|
| Capturer* capturer);
|
|
|