| Index: third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/exception_types_test.cc b/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| index 0520c2e02bb56d1a71716ea0c4101f2fc4011ed5..5d7314e824fd2017f97760e51bea976a7ef15900 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/exception_types_test.cc
|
| @@ -16,10 +16,12 @@
|
|
|
| #include <kern/exc_resource.h>
|
| #include <signal.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <sys/types.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
| #include "util/mac/mac_util.h"
|
|
|