| Index: base/files/file_path_watcher_fsevents.h
|
| diff --git a/base/files/file_path_watcher_fsevents.h b/base/files/file_path_watcher_fsevents.h
|
| index cfbe020b512cb26c4ab72d89a65d39e0f3d06660..fbcca1f81010a56a6adc1272fe38b7f30670066b 100644
|
| --- a/base/files/file_path_watcher_fsevents.h
|
| +++ b/base/files/file_path_watcher_fsevents.h
|
| @@ -54,7 +54,7 @@ class FilePathWatcherFSEvents : public FilePathWatcher::PlatformDelegate {
|
| const FilePath& resolved_target);
|
|
|
| // Cleans up and stops the event stream.
|
| - void CancelOnMessageLoopThread() override;
|
| + void CancelOnMessageLoopThread();
|
|
|
| // (Re-)Initialize the event stream to start reporting events from
|
| // |start_event|.
|
|
|