Index: net/disk_cache/blockfile/backend_impl_v3.h |
diff --git a/net/disk_cache/blockfile/backend_impl_v3.h b/net/disk_cache/blockfile/backend_impl_v3.h |
index 45ce6ac62228aad5ab59a2e4aa731326563f2121..4ec5b3fc5b38648110c61d20a72599c501147c1e 100644 |
--- a/net/disk_cache/blockfile/backend_impl_v3.h |
+++ b/net/disk_cache/blockfile/backend_impl_v3.h |
@@ -271,7 +271,7 @@ class NET_EXPORT_PRIVATE BackendImplV3 : public Backend { |
net::NetLog* net_log_; |
Stats stats_; // Usage statistics. |
- scoped_ptr<base::RepeatingTimer<BackendImplV3> > timer_; // Usage timer. |
+ scoped_ptr<base::RepeatingTimer> timer_; // Usage timer. |
scoped_refptr<TraceObject> trace_object_; // Initializes internal tracing. |
base::WeakPtrFactory<BackendImplV3> ptr_factory_; |