diff options
Diffstat (limited to 'remoting/protocol/input_event_tracker.h')
-rw-r--r-- | remoting/protocol/input_event_tracker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/protocol/input_event_tracker.h b/remoting/protocol/input_event_tracker.h index f357583..82e20e2 100644 --- a/remoting/protocol/input_event_tracker.h +++ b/remoting/protocol/input_event_tracker.h @@ -34,9 +34,9 @@ class InputEventTracker : public InputStub { void ReleaseAll(); // InputStub interface. - virtual void InjectKeyEvent(const KeyEvent& event) OVERRIDE; - virtual void InjectTextEvent(const TextEvent& event) OVERRIDE; - virtual void InjectMouseEvent(const MouseEvent& event) OVERRIDE; + virtual void InjectKeyEvent(const KeyEvent& event) override; + virtual void InjectTextEvent(const TextEvent& event) override; + virtual void InjectMouseEvent(const MouseEvent& event) override; private: protocol::InputStub* input_stub_; |