| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index 8fb9a8ba5198c1dfe291e883ff7515094dd46d71..aee5e4ad8b0c8f800108d85ece71563f3d8387cb 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -101,9 +101,9 @@ class ConnectionToClient : public base::NonThreadSafe,
|
| virtual InputStub* input_stub();
|
|
|
| // Session::EventHandler interface.
|
| - virtual void OnSessionStateChange(Session::State state) OVERRIDE;
|
| + virtual void OnSessionStateChange(Session::State state) override;
|
| virtual void OnSessionRouteChange(const std::string& channel_name,
|
| - const TransportRoute& route) OVERRIDE;
|
| + const TransportRoute& route) override;
|
|
|
| private:
|
| // Callback for channel initialization.
|
|
|