| Index: chrome/common/mac/cfbundle_blocker.mm
|
| diff --git a/chrome/common/mac/cfbundle_blocker.mm b/chrome/common/mac/cfbundle_blocker.mm
|
| index 3b8f69a96cafa27820feb9aa7cad148af93c853a..21a70e33759cbcc28be23348f509e2b24b154a75 100644
|
| --- a/chrome/common/mac/cfbundle_blocker.mm
|
| +++ b/chrome/common/mac/cfbundle_blocker.mm
|
| @@ -6,12 +6,14 @@
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #import <Foundation/Foundation.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| #import "base/mac/scoped_nsobject.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "third_party/mach_override/mach_override.h"
|
|
|
|
|