| Index: base/files/file_path_watcher_kqueue.h
|
| diff --git a/base/files/file_path_watcher_kqueue.h b/base/files/file_path_watcher_kqueue.h
|
| index d9db8c2587a1a8af09d932773364ea35f72752fe..365cac538b10a6843013db80cf7ac749fce4e9df 100644
|
| --- a/base/files/file_path_watcher_kqueue.h
|
| +++ b/base/files/file_path_watcher_kqueue.h
|
| @@ -61,7 +61,7 @@ class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
|
| typedef std::vector<struct kevent> EventVector;
|
|
|
| // Can only be called on |io_task_runner_|'s thread.
|
| - void CancelOnMessageLoopThread() override;
|
| + void CancelOnMessageLoopThread();
|
|
|
| // Returns true if the kevent values are error free.
|
| bool AreKeventValuesValid(struct kevent* kevents, int count);
|
|
|