summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_quota_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_quota_client.h')
-rw-r--r--webkit/appcache/appcache_quota_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_quota_client.h b/webkit/appcache/appcache_quota_client.h
index 20c0f0d..e81a833 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_;