| Index: remoting/protocol/client_event_dispatcher.h
|
| diff --git a/remoting/protocol/client_event_dispatcher.h b/remoting/protocol/client_event_dispatcher.h
|
| index ce3759d5e9bfb3ff8d3b067ed235109a505d5993..32a570b8a3c49208445ab451542d2af7a38e96c7 100644
|
| --- a/remoting/protocol/client_event_dispatcher.h
|
| +++ b/remoting/protocol/client_event_dispatcher.h
|
| @@ -31,8 +31,8 @@ class ClientEventDispatcher : public InputStub {
|
| void Init(Session* session);
|
|
|
| // InputStub implementation.
|
| - virtual void InjectKeyEvent(const KeyEvent& event);
|
| - virtual void InjectMouseEvent(const MouseEvent& event);
|
| + virtual void InjectKeyEvent(const KeyEvent& event) OVERRIDE;
|
| + virtual void InjectMouseEvent(const MouseEvent& event) OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<BufferedSocketWriter> writer_;
|
|
|