| Index: content/browser/cache_storage/cache_storage_dispatcher_host.cc
|
| diff --git a/content/browser/cache_storage/cache_storage_dispatcher_host.cc b/content/browser/cache_storage/cache_storage_dispatcher_host.cc
|
| index 05e356818f7e849ece22a094efc4d8994414d8dd..b53495c37c4221df7c36aad4719b3541d435402e 100644
|
| --- a/content/browser/cache_storage/cache_storage_dispatcher_host.cc
|
| +++ b/content/browser/cache_storage/cache_storage_dispatcher_host.cc
|
| @@ -71,7 +71,7 @@ void CacheStorageDispatcherHost::Init(CacheStorageContextImpl* context) {
|
| BrowserThread::PostTask(
|
| BrowserThread::IO, FROM_HERE,
|
| base::Bind(&CacheStorageDispatcherHost::CreateCacheListener, this,
|
| - make_scoped_refptr(context)));
|
| + base::RetainedRef(context)));
|
| }
|
|
|
| void CacheStorageDispatcherHost::OnDestruct() const {
|
|
|