Index: base/files/file_path_watcher.cc |
diff --git a/base/files/file_path_watcher.cc b/base/files/file_path_watcher.cc |
index 59ae7059cafef64e20e65099b5d245ab7950b503..57a0f8cc8feb0ef3d9fc13f0f2342231308d485e 100644 |
--- a/base/files/file_path_watcher.cc |
+++ b/base/files/file_path_watcher.cc |
@@ -32,7 +32,7 @@ bool FilePathWatcher::RecursiveWatchAvailable() { |
// FSEvents isn't available on iOS and is broken on OSX 10.6 and earlier. |
// See http://crbug.com/54822#c31 |
return mac::IsOSLionOrLater(); |
-#elif defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) |
+#elif defined(OS_LINUX) || defined(OS_ANDROID) |
return true; |
#else |
return false; |