Removed file_path_watcher_mac.cc, which isn't used anymore.
Review URL: https://chromiumcodereview.appspot.com/10500012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140272 0039d316-1c4b-4281-b951-d872f2087c98
CrOS-Libchrome-Original-Commit: 20f0609c4ed4c6eacd2d3781a13043e6d19a7293
diff --git a/base/files/file_path_watcher.h b/base/files/file_path_watcher.h
index 3140628..3795c9e 100644
--- a/base/files/file_path_watcher.h
+++ b/base/files/file_path_watcher.h
@@ -24,7 +24,7 @@
// 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: