| Index: base/files/file_path_watcher_fsevents.cc
|
| diff --git a/base/files/file_path_watcher_fsevents.cc b/base/files/file_path_watcher_fsevents.cc
|
| index 0dba8940f4298698a761f9cb3c37c1ce353941fa..8e73b557aa291d7967ffb84d19183316cc619c1c 100644
|
| --- a/base/files/file_path_watcher_fsevents.cc
|
| +++ b/base/files/file_path_watcher_fsevents.cc
|
| @@ -15,7 +15,7 @@
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "base/threading/thread_task_runner_handle.h"
|
| +#include "base/threading/sequenced_task_runner_handle.h"
|
|
|
| namespace base {
|
|
|
| @@ -86,7 +86,7 @@ bool FilePathWatcherFSEvents::Watch(const FilePath& path,
|
| if (!recursive)
|
| return false;
|
|
|
| - set_task_runner(ThreadTaskRunnerHandle::Get());
|
| + set_task_runner(SequencedTaskRunnerHandle::Get());
|
| callback_ = callback;
|
|
|
| FSEventStreamEventId start_event = FSEventsGetCurrentEventId();
|
|
|