| Index: third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc
|
| diff --git a/third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc b/third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc
|
| index 8953114a1a214f6f6fa5cc01a2eca3b8a2438b67..320a65ebd6c7326fa36c7faf59bce03ea6f6563b 100644
|
| --- a/third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc
|
| +++ b/third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc
|
| @@ -15,9 +15,10 @@
|
| #include "client/simulate_crash.h"
|
|
|
| #include <mach/mach.h>
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "build/build_config.h"
|
| #include "gtest/gtest.h"
|
|
|