| Index: net/disk_cache/blockfile/file_block.h
 | 
| diff --git a/net/disk_cache/blockfile/file_block.h b/net/disk_cache/blockfile/file_block.h
 | 
| index fdcfcd05f518b262ab2c071ae10fa33ce2913642..4250dd1b49274702913d68bc83093eb5c4f33e0b 100644
 | 
| --- a/net/disk_cache/blockfile/file_block.h
 | 
| +++ b/net/disk_cache/blockfile/file_block.h
 | 
| @@ -7,6 +7,8 @@
 | 
|  #ifndef NET_DISK_CACHE_BLOCKFILE_FILE_BLOCK_H_
 | 
|  #define NET_DISK_CACHE_BLOCKFILE_FILE_BLOCK_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  namespace disk_cache {
 | 
|  
 | 
|  // This interface exposes common functionality for a single block of data
 | 
| 
 |