Index: base/files/file_path_watcher.h |
diff --git a/base/files/file_path_watcher.h b/base/files/file_path_watcher.h |
index 31406289fe376d2e4ae9a87dfa2ff20247c02f5d..3795c9ed32d76c4618b611c09d3ad0f4866ff879 100644 |
--- a/base/files/file_path_watcher.h |
+++ b/base/files/file_path_watcher.h |
@@ -24,7 +24,7 @@ namespace files { |
// than on Windows or Linux. FilePathWatcher on Linux and Windows will detect |
// modifications to files in a watched directory. FilePathWatcher on Mac will |
// detect the creation and deletion of files in a watched directory, but will |
-// not detect modifications to those files. See file_path_watcher_mac.cc for |
+// not detect modifications to those files. See file_path_watcher_kqueue.cc for |
// details. |
class BASE_EXPORT FilePathWatcher { |
public: |