| 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 e9d25080e7d181e278e11e94eba66e80a41eb54f..0dba8940f4298698a761f9cb3c37c1ce353941fa 100644
|
| --- a/base/files/file_path_watcher_fsevents.cc
|
| +++ b/base/files/file_path_watcher_fsevents.cc
|
| @@ -14,7 +14,6 @@
|
| #include "base/logging.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/macros.h"
|
| -#include "base/message_loop/message_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
|
|
| @@ -79,7 +78,6 @@ FilePathWatcherFSEvents::FilePathWatcherFSEvents()
|
| bool FilePathWatcherFSEvents::Watch(const FilePath& path,
|
| bool recursive,
|
| const FilePathWatcher::Callback& callback) {
|
| - DCHECK(MessageLoopForIO::current());
|
| DCHECK(!callback.is_null());
|
| DCHECK(callback_.is_null());
|
|
|
|
|