summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_storage.h')
-rw-r--r--webkit/appcache/appcache_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_storage.h b/webkit/appcache/appcache_storage.h
index b9b3d40..7df1580 100644
--- a/webkit/appcache/appcache_storage.h
+++ b/webkit/appcache/appcache_storage.h
@@ -251,7 +251,7 @@ class APPCACHE_EXPORT AppCacheStorage {
scoped_ptr<AppCacheResponseReader> reader_;
DelegateReferenceVector delegates_;
scoped_refptr<HttpResponseInfoIOBuffer> info_buffer_;
- net::CompletionCallbackImpl<ResponseInfoLoadTask> read_callback_;
+ net::OldCompletionCallbackImpl<ResponseInfoLoadTask> read_callback_;
};
typedef std::map<int64, ResponseInfoLoadTask*> PendingResponseInfoLoads;