| Index: third_party/crashpad/crashpad/util/file/file_io_win.cc
|
| diff --git a/third_party/crashpad/crashpad/util/file/file_io_win.cc b/third_party/crashpad/crashpad/util/file/file_io_win.cc
|
| index def2a5a2bf8d5592e3cda1ad5b5cce12c4d09d90..7f483176afbca6e924a4dd4c348a51172163d11c 100644
|
| --- a/third_party/crashpad/crashpad/util/file/file_io_win.cc
|
| +++ b/third_party/crashpad/crashpad/util/file/file_io_win.cc
|
| @@ -14,6 +14,8 @@
|
|
|
| #include "util/file/file_io.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/numerics/safe_conversions.h"
|
|
|