| Index: webkit/appcache/appcache_quota_client.h
|
| diff --git a/webkit/appcache/appcache_quota_client.h b/webkit/appcache/appcache_quota_client.h
|
| index 20c0f0d1ed115616676c90fc6d19c19ee72135fd..e81a8334b0c801f0852a6f210cabba9e235b8ee0 100644
|
| --- a/webkit/appcache/appcache_quota_client.h
|
| +++ b/webkit/appcache/appcache_quota_client.h
|
| @@ -78,8 +78,7 @@ class AppCacheQuotaClient : public quota::QuotaClient {
|
| // And once it's ready, we can only handle one delete request at a time,
|
| // so we queue up additional requests while one is in already in progress.
|
| DeletionCallback current_delete_request_callback_;
|
| - scoped_refptr<net::CancelableOldCompletionCallback<AppCacheQuotaClient> >
|
| - service_delete_callback_;
|
| + net::CancelableCompletionCallback service_delete_callback_;
|
|
|
| AppCacheService* service_;
|
| bool appcache_is_ready_;
|
|
|