| Index: third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc
|
| index bf375af2fad0cf50b79d5698b4447249ce31b706..8c99917fed35d66936220786978037da9e1392b9 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc
|
| @@ -15,8 +15,9 @@
|
| #include "snapshot/mac/mach_o_image_segment_reader.h"
|
|
|
| #include <mach-o/loader.h>
|
| +#include <stddef.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
|
|
|
|