| Index: net/disk_cache/blockfile/file.h
|
| diff --git a/net/disk_cache/blockfile/file.h b/net/disk_cache/blockfile/file.h
|
| index 9425d598501c035d9e50297223a3c63fb4ce60c5..0e34fabf3d61a66e67069b2999dc325fa171fbb2 100644
|
| --- a/net/disk_cache/blockfile/file.h
|
| +++ b/net/disk_cache/blockfile/file.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef NET_DISK_CACHE_BLOCKFILE_FILE_H_
|
| #define NET_DISK_CACHE_BLOCKFILE_FILE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "net/base/net_export.h"
|
|
|
|
|