| Index: content/browser/appcache/appcache_storage_impl.h
|
| diff --git a/content/browser/appcache/appcache_storage_impl.h b/content/browser/appcache/appcache_storage_impl.h
|
| index 3d9b0a82e2c9036073bc3062a5ff9e11c607dcea..2d1162ec68390640350aabe3db1831ee9f8402bb 100644
|
| --- a/content/browser/appcache/appcache_storage_impl.h
|
| +++ b/content/browser/appcache/appcache_storage_impl.h
|
| @@ -176,7 +176,7 @@ class AppCacheStorageImpl : public AppCacheStorage {
|
| bool is_disabled_;
|
|
|
| scoped_ptr<AppCacheDiskCache> disk_cache_;
|
| - base::OneShotTimer<AppCacheStorageImpl> lazy_commit_timer_;
|
| + base::OneShotTimer lazy_commit_timer_;
|
|
|
| // Used to short-circuit certain operations without having to schedule
|
| // any tasks on the background database thread.
|
|
|