| Index: net/disk_cache/simple/simple_disk_format.h
|
| diff --git a/net/disk_cache/simple/simple_disk_format.h b/net/disk_cache/simple/simple_disk_format.h
|
| index 052adf21237add6c8554222e3502531085f474a2..9299a427d7075915e9076bfa7be81e0eda49c1b3 100644
|
| --- a/net/disk_cache/simple/simple_disk_format.h
|
| +++ b/net/disk_cache/simple/simple_disk_format.h
|
| @@ -16,6 +16,8 @@ const uint64 kSimpleInitialMagicNumber = GG_UINT64_C(0xfcfb6d1ba7725c30);
|
|
|
| const uint32 kSimpleVersion = 1;
|
|
|
| +static const int kSimpleEntryFileCount = 3;
|
| +
|
| struct SimpleFileHeader {
|
| uint64 initial_magic_number;
|
| uint32 version;
|
|
|