summaryrefslogtreecommitdiffstats
path: root/base/synchronization/waitable_event_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/synchronization/waitable_event_unittest.cc')
-rw-r--r--base/synchronization/waitable_event_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/synchronization/waitable_event_unittest.cc b/base/synchronization/waitable_event_unittest.cc
index a8913fd..abba935 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();
}