| 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 981a03dd7d1b401bdf8e1eed89ae5b91eeeb59eb..0f10094b0a4f2a13079ecf083bcd1192b884e47e 100644
|
| --- a/net/disk_cache/simple/simple_index_file.h
|
| +++ b/net/disk_cache/simple/simple_index_file.h
|
| @@ -105,7 +105,10 @@ class NET_EXPORT_PRIVATE SimpleIndexFile {
|
| friend class WrappedSimpleIndexFile;
|
|
|
| // Used for cache directory traversal.
|
| - typedef base::Callback<void (const base::FilePath&)> EntryFileCallback;
|
| + using EntryFileCallback = base::Callback<void(const base::FilePath&,
|
| + base::Time last_accessed,
|
| + base::Time last_modified,
|
| + int64_t size)>;
|
|
|
| // When loading the entries from disk, add this many extra hash buckets to
|
| // prevent reallocation on the IO thread when merging in new live entries.
|
|
|