| Index: base/files/file_path_watcher_fsevents.h
|
| diff --git a/base/files/file_path_watcher_fsevents.h b/base/files/file_path_watcher_fsevents.h
|
| index 300aa761dfa05e6b7b907453119c6ac0fbf281f3..1ebe4636e4ba19bfa58bc2eec84320ecd1720365 100644
|
| --- a/base/files/file_path_watcher_fsevents.h
|
| +++ b/base/files/file_path_watcher_fsevents.h
|
| @@ -6,11 +6,13 @@
|
| #define BASE_FILES_FILE_PATH_WATCHER_FSEVENTS_H_
|
|
|
| #include <CoreServices/CoreServices.h>
|
| +#include <stddef.h>
|
|
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_path_watcher.h"
|
| +#include "base/macros.h"
|
|
|
| namespace base {
|
|
|
|
|