summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_quota_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_quota_client.cc')
-rw-r--r--webkit/appcache/appcache_quota_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_quota_client.cc b/webkit/appcache/appcache_quota_client.cc
index db41d5e..94ce7fb 100644
--- a/webkit/appcache/appcache_quota_client.cc
+++ b/webkit/appcache/appcache_quota_client.cc
@@ -26,7 +26,7 @@ namespace appcache {
AppCacheQuotaClient::AppCacheQuotaClient(AppCacheService* service)
: ALLOW_THIS_IN_INITIALIZER_LIST(service_delete_callback_(
- new net::CancelableCompletionCallback<AppCacheQuotaClient>(
+ new net::CancelableOldCompletionCallback<AppCacheQuotaClient>(
this, &AppCacheQuotaClient::DidDeleteAppCachesForOrigin))),
service_(service), appcache_is_ready_(false),
quota_manager_is_destroyed_(false) {