| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 2ed080ffe23e035346da041e53269fedf19f1fd2..a301ff937baba8f63299c581f478513b7e26a812 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -46,8 +46,8 @@ class ClientSession : public protocol::HostStub,
|
| virtual ~ClientSession();
|
|
|
| // protocol::InputStub interface.
|
| - virtual void InjectKeyEvent(const protocol::KeyEvent& event);
|
| - virtual void InjectMouseEvent(const protocol::MouseEvent& event);
|
| + virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
|
| + virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE;
|
|
|
| // protocol::ConnectionToClient::EventHandler interface.
|
| virtual void OnConnectionOpened(
|
|
|