| Index: third_party/crashpad/crashpad/util/net/http_body.h
|
| diff --git a/third_party/crashpad/crashpad/util/net/http_body.h b/third_party/crashpad/crashpad/util/net/http_body.h
|
| index 1646591ec259d3b5c43ca10b1662313c836deaac..698d8982ee5df467d098cc2968ef1432d461076f 100644
|
| --- a/third_party/crashpad/crashpad/util/net/http_body.h
|
| +++ b/third_party/crashpad/crashpad/util/net/http_body.h
|
| @@ -15,14 +15,15 @@
|
| #ifndef CRASHPAD_UTIL_NET_HTTP_BODY_H_
|
| #define CRASHPAD_UTIL_NET_HTTP_BODY_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <sys/types.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "util/file/file_io.h"
|
|
|
| namespace crashpad {
|
|
|