| Index: third_party/crashpad/crashpad/util/file/file_io_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/file/file_io_test.cc b/third_party/crashpad/crashpad/util/file/file_io_test.cc
|
| index 77529ea5d2133bc3a98e5ea791d7cb152be720ca..7dd763c7c8c39b5098d5210f0919ee7227f25e0f 100644
|
| --- a/third_party/crashpad/crashpad/util/file/file_io_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/file/file_io_test.cc
|
| @@ -14,9 +14,11 @@
|
|
|
| #include "util/file/file_io.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/atomicops.h"
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "gtest/gtest.h"
|
| #include "test/errors.h"
|
| #include "test/file.h"
|
|
|