| Index: webkit/appcache/appcache_storage.h
|
| diff --git a/webkit/appcache/appcache_storage.h b/webkit/appcache/appcache_storage.h
|
| index 7aab17f1aa1383f09914cca5aa16eb8c36dc047b..4d30ce3302321ab8820ad2d84b4511d1e5c99b23 100644
|
| --- a/webkit/appcache/appcache_storage.h
|
| +++ b/webkit/appcache/appcache_storage.h
|
| @@ -254,7 +254,6 @@ class APPCACHE_EXPORT AppCacheStorage {
|
| scoped_ptr<AppCacheResponseReader> reader_;
|
| DelegateReferenceVector delegates_;
|
| scoped_refptr<HttpResponseInfoIOBuffer> info_buffer_;
|
| - net::OldCompletionCallbackImpl<ResponseInfoLoadTask> read_callback_;
|
| };
|
|
|
| typedef std::map<int64, ResponseInfoLoadTask*> PendingResponseInfoLoads;
|
|
|