| Index: third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc b/third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc
|
| index a59554b39fef537902f6a8c99c4843800cd4423a..004cbf3c3eb77fa020c8627ff7b1febaf9b7212d 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc
|
| @@ -15,12 +15,14 @@
|
| #include "util/mach/mach_message_server.h"
|
|
|
| #include <mach/mach.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
|
|
| #include <set>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| +#include "base/macros.h"
|
| #include "gtest/gtest.h"
|
| #include "test/mac/mach_errors.h"
|
| #include "test/mac/mach_multiprocess.h"
|
|
|