| Index: content/common/one_writer_seqlock_unittest.cc
|
| diff --git a/content/common/one_writer_seqlock_unittest.cc b/content/common/one_writer_seqlock_unittest.cc
|
| index 770912f320c6c513407e67e9d8d01d6374df5cb9..a3944b3297bef9423ff50641eb8dffaddc288a9e 100644
|
| --- a/content/common/one_writer_seqlock_unittest.cc
|
| +++ b/content/common/one_writer_seqlock_unittest.cc
|
| @@ -31,7 +31,7 @@ class BasicSeqLockTestThread : public PlatformThread::Delegate {
|
| data_ = data;
|
| ready_ = ready;
|
| }
|
| - virtual void ThreadMain() OVERRIDE {
|
| + virtual void ThreadMain() override {
|
| while (AtomicRefCountIsZero(ready_)) {
|
| PlatformThread::YieldCurrentThread();
|
| }
|
|
|