Index: base/files/file_path_watcher.h |
diff --git a/base/files/file_path_watcher.h b/base/files/file_path_watcher.h |
index 3c1941f012bf5ff620dd3d00edd23256d81c8a3a..229254c41ff29ccb1dbd1317e36852992e3f3c61 100644 |
--- a/base/files/file_path_watcher.h |
+++ b/base/files/file_path_watcher.h |
@@ -93,7 +93,7 @@ class BASE_EXPORT FilePathWatcher { |
// true, to watch |path| and its children. The callback will be invoked on |
// the same loop. Returns true on success. |
// |
- // NOTE: Recursive watch is not supported on all platforms and file systems. |
+ // Recursive watch is not supported on all platforms and file systems. |
// Watch() will return false in the case of failure. |
bool Watch(const FilePath& path, bool recursive, const Callback& callback); |