| Index: remoting/host/local_input_monitor_mac.mm
|
| diff --git a/remoting/host/local_input_monitor_mac.mm b/remoting/host/local_input_monitor_mac.mm
|
| index a5163a88188cc8fb446b73b0d7b5c38fc602ad3c..8ffdb72c3c567f078b1fa47a84fe05eaeb431d95 100644
|
| --- a/remoting/host/local_input_monitor_mac.mm
|
| +++ b/remoting/host/local_input_monitor_mac.mm
|
| @@ -175,8 +175,8 @@ class LocalInputMonitorMac::Core
|
|
|
| // EventHandler interface.
|
| virtual void OnLocalMouseMoved(
|
| - const webrtc::DesktopVector& position) OVERRIDE;
|
| - virtual void OnDisconnectShortcut() OVERRIDE;
|
| + const webrtc::DesktopVector& position) override;
|
| + virtual void OnDisconnectShortcut() override;
|
|
|
| // Task runner on which public methods of this class must be called.
|
| scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_;
|
|
|