| Index: base/synchronization/waitable_event_unittest.cc
|
| diff --git a/base/synchronization/waitable_event_unittest.cc b/base/synchronization/waitable_event_unittest.cc
|
| index 0b50d817102f68ce830bf4cfa247a683d9413dff..a8913fd30a41a713cec449bbe0d71dd9208ba0d6 100644
|
| --- a/base/synchronization/waitable_event_unittest.cc
|
| +++ b/base/synchronization/waitable_event_unittest.cc
|
| @@ -78,7 +78,7 @@ class WaitableEventSignaler : public PlatformThread::Delegate {
|
| ev_(ev) {
|
| }
|
|
|
| - virtual void ThreadMain() OVERRIDE {
|
| + virtual void ThreadMain() override {
|
| PlatformThread::Sleep(TimeDelta::FromSecondsD(seconds_));
|
| ev_->Signal();
|
| }
|
|
|