summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/simple/simple_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/simple/simple_index.h')
-rw-r--r--net/disk_cache/simple/simple_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/simple/simple_index.h b/net/disk_cache/simple/simple_index.h
index d58d267..08a83bb 100644
--- a/net/disk_cache/simple/simple_index.h
+++ b/net/disk_cache/simple/simple_index.h
@@ -77,7 +77,7 @@ class NET_EXPORT_PRIVATE SimpleIndex
virtual ~SimpleIndex();
- void Initialize();
+ void Initialize(base::Time cache_mtime);
bool SetMaxSize(int max_bytes);
int max_size() const { return max_size_; }