| Index: net/disk_cache/blockfile/mapped_file.h
|
| diff --git a/net/disk_cache/blockfile/mapped_file.h b/net/disk_cache/blockfile/mapped_file.h
|
| index 7634cb70f46dfe7aa0cc0c7c754f47ee3f15c93b..7ae0941442b00bbf83bfbaee8662e814504ae75b 100644
|
| --- a/net/disk_cache/blockfile/mapped_file.h
|
| +++ b/net/disk_cache/blockfile/mapped_file.h
|
| @@ -7,6 +7,9 @@
|
| #ifndef NET_DISK_CACHE_BLOCKFILE_MAPPED_FILE_H_
|
| #define NET_DISK_CACHE_BLOCKFILE_MAPPED_FILE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| #include "net/disk_cache/blockfile/file.h"
|
| #include "net/disk_cache/blockfile/file_block.h"
|
|
|