| Index: net/disk_cache/blockfile/block_files.h
|
| diff --git a/net/disk_cache/blockfile/block_files.h b/net/disk_cache/blockfile/block_files.h
|
| index 7c2794a030322a7a1f5caad079fb0d8174e3446e..1cc700ccc1acef105621a547c8f0296c8bb8ec00 100644
|
| --- a/net/disk_cache/blockfile/block_files.h
|
| +++ b/net/disk_cache/blockfile/block_files.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef NET_DISK_CACHE_BLOCKFILE_BLOCK_FILES_H_
|
| #define NET_DISK_CACHE_BLOCKFILE_BLOCK_FILES_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| @@ -136,7 +138,7 @@ class NET_EXPORT_PRIVATE BlockFiles {
|
| MappedFile* NextFile(MappedFile* file);
|
|
|
| // Creates an empty block file and returns its index.
|
| - int16 CreateNextBlockFile(FileType block_type);
|
| + int16_t CreateNextBlockFile(FileType block_type);
|
|
|
| // Removes a chained block file that is now empty.
|
| bool RemoveEmptyFile(FileType block_type);
|
|
|