| Index: third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc b/third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc
|
| index 68674b67efe9c5504159715131f9b382fae8d213..be3b3d04aa9457dfc40e1894cd6a91e73cb55a88 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc
|
| @@ -15,9 +15,13 @@
|
| #include "util/mach/exc_server_variants.h"
|
|
|
| #include <mach/mach.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
|
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "build/build_config.h"
|
| #include "gmock/gmock.h"
|
| #include "gtest/gtest.h"
|
| #include "test/mac/mach_errors.h"
|
|
|