| Index: third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| index 7047bc6a6fae60d103e1e1c883f7375fbb4825a8..7539fde493024e85e00f06912a4521160f8a511c 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h
|
| @@ -16,12 +16,13 @@
|
| #define CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_READER_H_
|
|
|
| #include <mach/mach.h>
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "snapshot/mac/process_types.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
|
|