diff options
Diffstat (limited to 'webkit/appcache/appcache_storage_impl.h')
| -rw-r--r-- | webkit/appcache/appcache_storage_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h index 3e7b0da..b8f1a91 100644 --- a/webkit/appcache/appcache_storage_impl.h +++ b/webkit/appcache/appcache_storage_impl.h @@ -147,8 +147,8 @@ class AppCacheStorageImpl : public AppCacheStorage { int64 last_deletable_response_rowid_; // AppCacheDiskCache async callbacks - net::CompletionCallbackImpl<AppCacheStorageImpl> doom_callback_; - net::CompletionCallbackImpl<AppCacheStorageImpl> init_callback_; + net::OldCompletionCallbackImpl<AppCacheStorageImpl> doom_callback_; + net::OldCompletionCallbackImpl<AppCacheStorageImpl> init_callback_; // Created on the IO thread, but only used on the DB thread. AppCacheDatabase* database_; |
