Index: base/threading/thread.h |
diff --git a/base/threading/thread.h b/base/threading/thread.h |
index a0a30055bc77b06a378d534795e12ebb196a05bb..464a965415e54aa2c32fdf6ad8a51a93e4a08367 100644 |
--- a/base/threading/thread.h |
+++ b/base/threading/thread.h |
@@ -201,7 +201,7 @@ class BASE_EXPORT Thread : PlatformThread::Delegate { |
#endif |
// PlatformThread::Delegate methods: |
- virtual void ThreadMain() OVERRIDE; |
+ virtual void ThreadMain() override; |
#if defined(OS_WIN) |
// Whether this thread needs to initialize COM, and if so, in what mode. |