| Index: content/browser/device_monitor_udev.h
|
| diff --git a/content/browser/device_monitor_udev.h b/content/browser/device_monitor_udev.h
|
| index b65cfc5a29b8dca67dad059a21baa2031f3a19f4..a5bd5d65bf1d3907a2f6d87dd765ee98f9443a8b 100644
|
| --- a/content/browser/device_monitor_udev.h
|
| +++ b/content/browser/device_monitor_udev.h
|
| @@ -29,7 +29,7 @@ class DeviceMonitorLinux : public base::MessageLoop::DestructionObserver {
|
| // This object is deleted on the UI thread after the IO thread has been
|
| // destroyed. Need to know when IO thread is being destroyed so that
|
| // we can delete udev_.
|
| - virtual void WillDestroyCurrentMessageLoop() OVERRIDE;
|
| + virtual void WillDestroyCurrentMessageLoop() override;
|
|
|
| void Initialize();
|
| void OnDevicesChanged(udev_device* device);
|
|
|