| Index: remoting/host/remote_input_filter.h
|
| diff --git a/remoting/host/remote_input_filter.h b/remoting/host/remote_input_filter.h
|
| index 0c26af687b4856076be0375b38a8e56c00cd826e..35e92d0090b99422f964c18254b673ddc84b37ec 100644
|
| --- a/remoting/host/remote_input_filter.h
|
| +++ b/remoting/host/remote_input_filter.h
|
| @@ -33,9 +33,9 @@ class RemoteInputFilter : public protocol::InputStub {
|
| void SetExpectLocalEcho(bool expect_local_echo);
|
|
|
| // InputStub overrides.
|
| - virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
|
| - virtual void InjectTextEvent(const protocol::TextEvent& event) OVERRIDE;
|
| - virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE;
|
| + virtual void InjectKeyEvent(const protocol::KeyEvent& event) override;
|
| + virtual void InjectTextEvent(const protocol::TextEvent& event) override;
|
| + virtual void InjectMouseEvent(const protocol::MouseEvent& event) override;
|
|
|
| private:
|
| bool ShouldIgnoreInput() const;
|
|
|