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 1e986e1e9151b2e2b10d430b32e8bef272e3be8d..d5052e2e512480ac9d4649e3b3ca67a32c8b6b80 100644 |
--- a/base/files/file_path_watcher_linux.cc |
+++ b/base/files/file_path_watcher_linux.cc |
@@ -446,7 +446,7 @@ bool FilePathWatcherImpl::UpdateWatches() { |
if (path_valid) { |
watch_entry->watch_ = g_inotify_reader.Get().AddWatch(path, this); |
if ((watch_entry->watch_ == InotifyReader::kInvalidWatch) && |
- file_util::IsLink(path)) { |
+ base::IsLink(path)) { |
FilePath link; |
if (ReadSymbolicLink(path, &link)) { |
if (!link.IsAbsolute()) |