Index: base/synchronization/waitable_event_unittest.cc |
diff --git a/base/synchronization/waitable_event_unittest.cc b/base/synchronization/waitable_event_unittest.cc |
index f25326550e4b81993e9f8c79c86d6a62d2e59c8c..58f80ecd4d26c4823ba02538f8bf812810a4595b 100644 |
--- a/base/synchronization/waitable_event_unittest.cc |
+++ b/base/synchronization/waitable_event_unittest.cc |
@@ -76,7 +76,7 @@ class WaitableEventSignaler : public PlatformThread::Delegate { |
ev_(ev) { |
} |
- void ThreadMain() { |
+ virtual void ThreadMain() OVERRIDE { |
PlatformThread::Sleep(TimeDelta::FromSeconds(static_cast<int>(seconds_))); |
ev_->Signal(); |
} |