Chromium Code Reviews| Index: net/base/file_stream.h |
| diff --git a/net/base/file_stream.h b/net/base/file_stream.h |
| index f0408e45b4a530fe3ec17c62b106b75f5af9b0ed..64a34354808e06f33ae205d6c725aca7a3e5208f 100644 |
| --- a/net/base/file_stream.h |
| +++ b/net/base/file_stream.h |
| @@ -10,7 +10,10 @@ |
| #ifndef NET_BASE_FILE_STREAM_H_ |
| #define NET_BASE_FILE_STREAM_H_ |
| +#include <stdint.h> |
| + |
| #include "base/files/file.h" |
| +#include "base/macros.h" |
| #include "net/base/completion_callback.h" |
| #include "net/base/net_export.h" |