| Index: base/files/file_path_watcher.cc
|
| diff --git a/base/files/file_path_watcher.cc b/base/files/file_path_watcher.cc
|
| index 245bd8efe22d3106602140aa8a3aeb5487cfbbf6..af40346858585413d7570b04349b812dd489c742 100644
|
| --- a/base/files/file_path_watcher.cc
|
| +++ b/base/files/file_path_watcher.cc
|
| @@ -20,7 +20,7 @@ FilePathWatcher::~FilePathWatcher() {
|
| // static
|
| bool FilePathWatcher::RecursiveWatchAvailable() {
|
| #if (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_WIN) || \
|
| - defined(OS_LINUX) || defined(OS_ANDROID)
|
| + defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_AIX)
|
| return true;
|
| #else
|
| // FSEvents isn't available on iOS.
|
|
|