| Index: device/usb/usb_context.cc
|
| diff --git a/device/usb/usb_context.cc b/device/usb/usb_context.cc
|
| index 72a38359593fbef9bd823828e99c22f0d39df1bb..dac86fe88f002eb2cc576c7f33cf23192c02866f 100644
|
| --- a/device/usb/usb_context.cc
|
| +++ b/device/usb/usb_context.cc
|
| @@ -23,7 +23,7 @@ class UsbContext::UsbEventHandler : public base::PlatformThread::Delegate {
|
| virtual ~UsbEventHandler();
|
|
|
| // base::PlatformThread::Delegate
|
| - virtual void ThreadMain() OVERRIDE;
|
| + virtual void ThreadMain() override;
|
|
|
| private:
|
| base::subtle::Atomic32 running_;
|
|
|