| Index: base/files/file_path_watcher_mac.cc
|
| diff --git a/base/files/file_path_watcher_mac.cc b/base/files/file_path_watcher_mac.cc
|
| index 6f55ba4f89266f5fdac16c86d1ac853615df4de9..7338eafa44408925314651a121c5f004ee373c21 100644
|
| --- a/base/files/file_path_watcher_mac.cc
|
| +++ b/base/files/file_path_watcher_mac.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "base/files/file_path_watcher.h"
|
| #include "base/files/file_path_watcher_kqueue.h"
|
| +#include "build/build_config.h"
|
|
|
| #if !defined(OS_IOS)
|
| #include "base/files/file_path_watcher_fsevents.h"
|
|
|