| 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 ae53e18fbc7a4e720f72935613be5bc6ce8d2cbe..f6ad580760ed577b0dff61a3ca2d28291ee3fcf7 100644
|
| --- a/net/disk_cache/simple/simple_disk_format.h
|
| +++ b/net/disk_cache/simple/simple_disk_format.h
|
| @@ -27,6 +27,7 @@ const uint32 kSimpleVersion = 1;
|
| static const int kSimpleEntryFileCount = 3;
|
|
|
| struct SimpleFileHeader {
|
| + SimpleFileHeader();
|
| uint64 initial_magic_number;
|
| uint32 version;
|
| uint32 key_length;
|
|
|