| Index: third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h b/third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h
|
| index 87e3a8f49dab866f09fafc0dfc029506d66f74de..c576774f38bf9019894aecf477c9d193a5ced5dd 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h
|
| @@ -16,10 +16,12 @@
|
| #define CRASHPAD_SNAPSHOT_WIN_PE_IMAGE_READER_H_
|
|
|
| #include <windows.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "snapshot/win/process_subrange_reader.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
| #include "util/misc/uuid.h"
|
|
|