| Index: net/disk_cache/simple/simple_index_file.h
|
| diff --git a/net/disk_cache/simple/simple_index_file.h b/net/disk_cache/simple/simple_index_file.h
|
| index 44a5c6a273e6a648bd555cf94fa9ea9d23a55c57..d8cccf468491440d38320b1bec09736d8b69b589 100644
|
| --- a/net/disk_cache/simple/simple_index_file.h
|
| +++ b/net/disk_cache/simple/simple_index_file.h
|
| @@ -91,6 +91,7 @@ class NET_EXPORT_PRIVATE SimpleIndexFile {
|
| FRIEND_TEST_ALL_PREFIXES(SimpleIndexFileTest, IsIndexFileCorrupt);
|
| FRIEND_TEST_ALL_PREFIXES(SimpleIndexFileTest, IsIndexFileStale);
|
| FRIEND_TEST_ALL_PREFIXES(SimpleIndexFileTest, Serialize);
|
| + FRIEND_TEST_ALL_PREFIXES(SimpleIndexFileTest, WriteThenLoadIndex);
|
|
|
| // Using the mtime of the file and its mtime, detects if the index file is
|
| // stale.
|
|
|