| Index: net/disk_cache/simple/simple_index.h
|
| diff --git a/net/disk_cache/simple/simple_index.h b/net/disk_cache/simple/simple_index.h
|
| index 5135c2b3723a2c831bf334e560db65bb383c1992..11adab9d72f895377d1822cd94ec4ffb4f97c618 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;
|
|
|