| Index: third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc b/third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc
|
| index 5f3d7d9bc2ee2a2e4ee653c51fc39a0c4bf2e7c5..6d363899150e5137170079fee583fd3c3c7bb616 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc
|
| @@ -15,9 +15,10 @@
|
| #include "util/mach/symbolic_constants_mach.h"
|
|
|
| #include <mach/mach.h>
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
|
|