| Index: device/hid/input_service_linux.h
|
| diff --git a/device/hid/input_service_linux.h b/device/hid/input_service_linux.h
|
| index dc43dba9bc27be9a1ed08926954b67be695a6496..8e28f4714631558d722491bfa34257b1dafe275f 100644
|
| --- a/device/hid/input_service_linux.h
|
| +++ b/device/hid/input_service_linux.h
|
| @@ -70,7 +70,7 @@ class InputServiceLinux : public base::MessageLoop::DestructionObserver {
|
| bool GetDeviceInfo(const std::string& id, InputDeviceInfo* info) const;
|
|
|
| // Implements base::MessageLoop::DestructionObserver
|
| - virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
|
| + virtual void WillDestroyCurrentMessageLoop() override;
|
|
|
| protected:
|
| virtual ~InputServiceLinux();
|
|
|