| Index: third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc b/third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc
|
| index cbde600a4b87f6e655c947452bf5a4685eac031a..07ae2979b905ed0473c60dfde87de147cb5e7b79 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc
|
| @@ -14,7 +14,9 @@
|
|
|
| #include "util/mach/exception_behaviors.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
| #include "util/mach/mach_extensions.h"
|
|
|