| Index: remoting/host/win/rdp_client.cc
|
| diff --git a/remoting/host/win/rdp_client.cc b/remoting/host/win/rdp_client.cc
|
| index ef7f74eb3bd82dd6d766ff5cb149c8f0fff361e5..80868dafe92af099fab45909b8130904db3dd54f 100644
|
| --- a/remoting/host/win/rdp_client.cc
|
| +++ b/remoting/host/win/rdp_client.cc
|
| @@ -56,8 +56,8 @@ class RdpClient::Core
|
| void InjectSas();
|
|
|
| // RdpClientWindow::EventHandler interface.
|
| - virtual void OnConnected() OVERRIDE;
|
| - virtual void OnDisconnected() OVERRIDE;
|
| + virtual void OnConnected() override;
|
| + virtual void OnDisconnected() override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<Core>;
|
|
|