| Index: net/disk_cache/blockfile/addr.h
|
| diff --git a/net/disk_cache/blockfile/addr.h b/net/disk_cache/blockfile/addr.h
|
| index 99d2c9307099a4a556a18a621b4aeb49a2b0282b..a5e4367757b54c41c7df93eedefbbd0a16678350 100644
|
| --- a/net/disk_cache/blockfile/addr.h
|
| +++ b/net/disk_cache/blockfile/addr.h
|
| @@ -25,10 +25,10 @@ enum FileType {
|
| };
|
|
|
| const int kMaxBlockSize = 4096 * 4;
|
| -const int kMaxBlockFile = 255;
|
| +const int16 kMaxBlockFile = 255;
|
| const int kMaxNumBlocks = 4;
|
| -const int kFirstAdditionalBlockFile = 4;
|
| -const int kFirstAdditionalBlockFileV3 = 7;
|
| +const int16 kFirstAdditionalBlockFile = 4;
|
| +const size_t kFirstAdditionalBlockFileV3 = 7;
|
|
|
| // Defines a storage address for a cache record
|
| //
|
|
|