| 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..abba9356bb17a2e967863a2e06e0a6a4dfaed092 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 {
|
| + void ThreadMain() override {
|
| PlatformThread::Sleep(TimeDelta::FromSecondsD(seconds_));
|
| ev_->Signal();
|
| }
|
|
|