| Index: base/threading/thread.h
|
| diff --git a/base/threading/thread.h b/base/threading/thread.h
|
| index 7ba38927b750363b7ac06e31875c61e8937807fe..3f4fa50b74166ae42f7ec505553296999b49df74 100644
|
| --- a/base/threading/thread.h
|
| +++ b/base/threading/thread.h
|
| @@ -156,7 +156,7 @@ class BASE_EXPORT Thread : PlatformThread::Delegate {
|
| bool thread_was_started() const { return started_; }
|
|
|
| // PlatformThread::Delegate methods:
|
| - virtual void ThreadMain();
|
| + virtual void ThreadMain() OVERRIDE;
|
|
|
| // Whether we successfully started the thread.
|
| bool started_;
|
|
|