| Index: remoting/host/event_executor_win.h
|
| diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
|
| index b98d7be5d3d1dae1849ce3c1878348bdb1a3ca9a..70b8a87e9c73cfd13e54373f77304ef010d63352 100644
|
| --- a/remoting/host/event_executor_win.h
|
| +++ b/remoting/host/event_executor_win.h
|
| @@ -10,13 +10,10 @@
|
| #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 KeyEvent;
|
| class MouseDownEvent;
|
| class MouseSetPositionEvent;
|
| @@ -24,7 +21,7 @@ class MouseUpEvent;
|
| class MouseWheelEvent;
|
|
|
| // A class to generate events on Windows.
|
| -class EventExecutorWin : public protocol::InputStub {
|
| +class EventExecutorWin : public EventExecutor {
|
| public:
|
| EventExecutorWin(MessageLoop* message_loop, Capturer* capturer);
|
| virtual ~EventExecutorWin();
|
|
|