diff options
Diffstat (limited to 'net/disk_cache/simple/simple_index.h')
-rw-r--r-- | net/disk_cache/simple/simple_index.h | 2 |
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 5135c2b..11adab9 100644 --- a/net/disk_cache/simple/simple_index.h +++ b/net/disk_cache/simple/simple_index.h @@ -187,7 +187,7 @@ class NET_EXPORT_PRIVATE SimpleIndex // has been a while since last time we wrote. base::TimeTicks last_write_to_disk_; - base::OneShotTimer<SimpleIndex> write_to_disk_timer_; + base::OneShotTimer write_to_disk_timer_; base::Closure write_to_disk_cb_; typedef std::list<net::CompletionCallback> CallbackList; |