| Index: content/browser/appcache/appcache_service_impl.h
|
| diff --git a/content/browser/appcache/appcache_service_impl.h b/content/browser/appcache/appcache_service_impl.h
|
| index 8ec839e47e67ed9ec96fddbb0fd3d7345cfc3d2f..968666636aa9086669dd5634cb3b0d9b6c94b951 100644
|
| --- a/content/browser/appcache/appcache_service_impl.h
|
| +++ b/content/browser/appcache/appcache_service_impl.h
|
| @@ -215,7 +215,7 @@ class CONTENT_EXPORT AppCacheServiceImpl
|
| bool force_keep_session_state_;
|
| base::Time last_reinit_time_;
|
| base::TimeDelta next_reinit_delay_;
|
| - base::OneShotTimer<AppCacheServiceImpl> reinit_timer_;
|
| + base::OneShotTimer reinit_timer_;
|
| base::ObserverList<Observer> observers_;
|
|
|
| private:
|
|
|