summaryrefslogtreecommitdiffstats
path: root/remoting/base/auto_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/auto_thread.h')
-rw-r--r--remoting/base/auto_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/auto_thread.h b/remoting/base/auto_thread.h
index 82dbfe9..ece3685 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;