| Index: third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h b/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
|
| index 31faea43d8e008a0307ca993e706be09ad32781b..01d0c5da7a818ce61623ea2f8a528e63f31783a5 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h
|
| @@ -15,10 +15,11 @@
|
| #ifndef CRASHPAD_SNAPSHOT_TEST_TEST_MEMORY_SNAPSHOT_H_
|
| #define CRASHPAD_SNAPSHOT_TEST_TEST_MEMORY_SNAPSHOT_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "snapshot/memory_snapshot.h"
|
|
|
| namespace crashpad {
|
|
|