| Index: device/hid/hid_connection_win.cc
|
| diff --git a/device/hid/hid_connection_win.cc b/device/hid/hid_connection_win.cc
|
| index 5182d9c2e02d9db75cffb79591f52ab94bbb71ae..4f39c7ca5649352bdbabaf33d165dc9340b79be4 100644
|
| --- a/device/hid/hid_connection_win.cc
|
| +++ b/device/hid/hid_connection_win.cc
|
| @@ -39,10 +39,10 @@ struct PendingHidTransfer : public base::RefCounted<PendingHidTransfer>,
|
| OVERLAPPED* GetOverlapped() { return &overlapped_; }
|
|
|
| // Implements base::win::ObjectWatcher::Delegate.
|
| - virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
| + virtual void OnObjectSignaled(HANDLE object) override;
|
|
|
| // Implements base::MessageLoop::DestructionObserver
|
| - virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
|
| + virtual void WillDestroyCurrentMessageLoop() override;
|
|
|
| // The buffer isn't used by this object but it's important that a reference
|
| // to it is held until the transfer completes.
|
|
|