| Index: remoting/host/event_executor_linux.h
|
| diff --git a/remoting/host/event_executor_linux.h b/remoting/host/event_executor_linux.h
|
| index af765f8af8a3e6eb741f087477c9ab3be79c218a..c20b06f264512149dc51e15722099027c4f65f83 100644
|
| --- a/remoting/host/event_executor_linux.h
|
| +++ b/remoting/host/event_executor_linux.h
|
| @@ -24,8 +24,8 @@ class EventExecutorLinux : public protocol::InputStub {
|
| Capturer* capturer);
|
| virtual ~EventExecutorLinux();
|
|
|
| - virtual void InjectKeyEvent(const KeyEvent* event, Task* done);
|
| - virtual void InjectMouseEvent(const MouseEvent* event, Task* done);
|
| + virtual void InjectKeyEvent(const protocol::KeyEvent* event, Task* done);
|
| + virtual void InjectMouseEvent(const protocol::MouseEvent* event, Task* done);
|
|
|
| private:
|
| MessageLoop* message_loop_;
|
|
|