| Index: remoting/base/auto_thread.h
|
| diff --git a/remoting/base/auto_thread.h b/remoting/base/auto_thread.h
|
| index 82dbfe959acaeadf6a14981c3b34471e729c0ed5..ece36856227cf0a7b3cfe9621ea5ac3f99fab457 100644
|
| --- a/remoting/base/auto_thread.h
|
| +++ b/remoting/base/auto_thread.h
|
| @@ -83,7 +83,7 @@ class AutoThread : base::PlatformThread::Delegate {
|
| void JoinAndDeleteThread();
|
|
|
| // base::PlatformThread::Delegate methods:
|
| - virtual void ThreadMain() OVERRIDE;
|
| + virtual void ThreadMain() override;
|
|
|
| // Used to pass data to ThreadMain.
|
| struct StartupData;
|
|
|