| Index: third_party/crashpad/crashpad/client/simulate_crash_mac.cc
|
| diff --git a/third_party/crashpad/crashpad/client/simulate_crash_mac.cc b/third_party/crashpad/crashpad/client/simulate_crash_mac.cc
|
| index 71d5d904f7a13932bdb97565e356cb353a1b16bc..8e1deb519cc2299fa7d62cbfa43314d7de83b3dd 100644
|
| --- a/third_party/crashpad/crashpad/client/simulate_crash_mac.cc
|
| +++ b/third_party/crashpad/crashpad/client/simulate_crash_mac.cc
|
| @@ -14,12 +14,13 @@
|
|
|
| #include "client/simulate_crash_mac.h"
|
|
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/mac/mach_logging.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "build/build_config.h"
|
| #include "util/mach/exc_client_variants.h"
|
|
|