| Index: remoting/host/host_window_proxy.cc
|
| diff --git a/remoting/host/host_window_proxy.cc b/remoting/host/host_window_proxy.cc
|
| index a7e3d3370998e0a367e83dd56c7b3495bca3c123..6e806d204916a0eb695a05d1729d4f7f9a2419e6 100644
|
| --- a/remoting/host/host_window_proxy.cc
|
| +++ b/remoting/host/host_window_proxy.cc
|
| @@ -37,12 +37,12 @@ class HostWindowProxy::Core
|
| void StopOnUiThread();
|
|
|
| // ClientSessionControl interface.
|
| - virtual const std::string& client_jid() const OVERRIDE;
|
| - virtual void DisconnectSession() OVERRIDE;
|
| + virtual const std::string& client_jid() const override;
|
| + virtual void DisconnectSession() override;
|
| virtual void OnLocalMouseMoved(
|
| - const webrtc::DesktopVector& position) OVERRIDE;
|
| - virtual void SetDisableInputs(bool disable_inputs) OVERRIDE;
|
| - virtual void ResetVideoPipeline() OVERRIDE;
|
| + const webrtc::DesktopVector& position) override;
|
| + virtual void SetDisableInputs(bool disable_inputs) override;
|
| + virtual void ResetVideoPipeline() override;
|
|
|
| // Task runner on which public methods of this class must be called.
|
| scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_;
|
|
|