| Index: base/synchronization/waitable_event_watcher.h
|
| diff --git a/base/synchronization/waitable_event_watcher.h b/base/synchronization/waitable_event_watcher.h
|
| index aa16d0b790211d95604403d5ef4926124644dc49..6e1d197444f22c2917bccaf7d6eab1acee785fd0 100644
|
| --- a/base/synchronization/waitable_event_watcher.h
|
| +++ b/base/synchronization/waitable_event_watcher.h
|
| @@ -68,7 +68,7 @@ class BASE_API WaitableEventWatcher
|
| public:
|
|
|
| WaitableEventWatcher();
|
| - ~WaitableEventWatcher();
|
| + virtual ~WaitableEventWatcher();
|
|
|
| class Delegate {
|
| public:
|
|
|