| Index: components/crash/content/app/breakpad_mac.mm
|
| diff --git a/components/crash/content/app/breakpad_mac.mm b/components/crash/content/app/breakpad_mac.mm
|
| index 34073afac26bc4f8f018de768424aa0bff39eb6c..79e4d7b52c3ca7e29b8b4d4db57c0af69fc770e3 100644
|
| --- a/components/crash/content/app/breakpad_mac.mm
|
| +++ b/components/crash/content/app/breakpad_mac.mm
|
| @@ -6,6 +6,8 @@
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #import <Foundation/Foundation.h>
|
| +#include <stddef.h>
|
| +#include <string.h>
|
|
|
| #include "base/auto_reset.h"
|
| #include "base/base_switches.h"
|
| @@ -21,6 +23,7 @@
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #import "base/mac/scoped_nsautorelease_pool.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "base/threading/thread_restrictions.h"
|
|
|