| 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..af765f8af8a3e6eb741f087477c9ab3be79c218a 100644
|
| --- a/remoting/host/event_executor_linux.h
|
| +++ b/remoting/host/event_executor_linux.h
|
| @@ -10,14 +10,11 @@
|
| #include "base/task.h"
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "remoting/host/event_executor.h"
|
| #include "remoting/protocol/input_stub.h"
|
|
|
| -class MessageLoop;
|
| -
|
| namespace remoting {
|
|
|
| -class Capturer;
|
| -class ChromotingClientMessage;
|
| class EventExecutorLinuxPimpl;
|
|
|
| // A class to generate events on Linux.
|
|
|