Index: base/files/file_path_watcher.cc |
diff --git a/base/files/file_path_watcher.cc b/base/files/file_path_watcher.cc |
index b17354197d4fda6239a178c97f64b2dcf221ab62..59ae7059cafef64e20e65099b5d245ab7950b503 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) |
+#elif defined(OS_WIN) || defined(OS_LINUX) || defined(OS_ANDROID) |
return true; |
#else |
return false; |