| Index: base/synchronization/waitable_event_watcher.h
|
| diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h
|
| index d4d8e7779bd9d39825d3f69666cfee3d00cf9cca..eb51effa49932cf250828a2ecc447f9a9c598e71 100644
|
| --- a/base/synchronization/waitable_event_watcher.h
|
| +++ b/base/synchronization/waitable_event_watcher.h
|
| @@ -92,7 +92,7 @@ class BASE_EXPORT WaitableEventWatcher
|
|
|
| private:
|
| #if defined(OS_WIN)
|
| - virtual void OnObjectSignaled(HANDLE h) override;
|
| + void OnObjectSignaled(HANDLE h) override;
|
| win::ObjectWatcher watcher_;
|
| #else
|
| // Implementation of MessageLoop::DestructionObserver
|
|
|