| Index: content/browser/appcache/appcache_dispatcher_host.h
|
| diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
|
| index a2fe1fc3a74aed1a6965d69c0fe3fcfdad9436d5..5ed331b9179d2eac1b521c506ec1c50e1012e5bb 100644
|
| --- a/content/browser/appcache/appcache_dispatcher_host.h
|
| +++ b/content/browser/appcache/appcache_dispatcher_host.h
|
| @@ -64,9 +64,9 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
|
| AppCacheFrontendProxy frontend_proxy_;
|
| appcache::AppCacheBackendImpl backend_impl_;
|
|
|
| - scoped_ptr<appcache::GetStatusCallback> get_status_callback_;
|
| - scoped_ptr<appcache::StartUpdateCallback> start_update_callback_;
|
| - scoped_ptr<appcache::SwapCacheCallback> swap_cache_callback_;
|
| + appcache::GetStatusCallback get_status_callback_;
|
| + appcache::StartUpdateCallback start_update_callback_;
|
| + appcache::SwapCacheCallback swap_cache_callback_;
|
| scoped_ptr<IPC::Message> pending_reply_msg_;
|
|
|
| // The corresponding ChildProcessHost object's id().
|
|
|