| Index: base/files/file_path_watcher_linux.cc
|
| diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
|
| index 8cf95ed9d2d440fbd348918fb7364f81d4339042..b9270ee3868f2a109d09c432b69ae1434e45b071 100644
|
| --- a/base/files/file_path_watcher_linux.cc
|
| +++ b/base/files/file_path_watcher_linux.cc
|
| @@ -351,7 +351,7 @@ void FilePathWatcherImpl::OnFilePathChanged(InotifyReader::Watch fired_watch,
|
| // recheck.
|
| if (target_changed ||
|
| (change_on_target_path && !created) ||
|
| - (change_on_target_path && file_util::PathExists(target_))) {
|
| + (change_on_target_path && PathExists(target_))) {
|
| callback_.Run(target_, false);
|
| return;
|
| }
|
|
|