| Index: third_party/crashpad/crashpad/snapshot/cpu_context_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/cpu_context_test.cc b/third_party/crashpad/crashpad/snapshot/cpu_context_test.cc
|
| index a5f0b6aab6eee7c60d7ffbcd750de64948d86d6f..27134f91b63a3574c4a450897d6e5e65cffd7514 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/cpu_context_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/cpu_context_test.cc
|
| @@ -14,10 +14,11 @@
|
|
|
| #include "snapshot/cpu_context.h"
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <string.h>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "gtest/gtest.h"
|
|
|
| namespace crashpad {
|
|
|