| Index: net/url_request/view_cache_helper.h
|
| diff --git a/net/url_request/view_cache_helper.h b/net/url_request/view_cache_helper.h
|
| index 2723d33244374dd6ac9c59741e8a272fc14bf657..fe18df222dc2677e18472656d7724cbfba7af842 100644
|
| --- a/net/url_request/view_cache_helper.h
|
| +++ b/net/url_request/view_cache_helper.h
|
| @@ -100,7 +100,7 @@ class NET_EXPORT ViewCacheHelper {
|
| // Called to signal completion of asynchronous IO.
|
| void OnIOComplete(int result);
|
|
|
| - scoped_refptr<const URLRequestContext> context_;
|
| + const URLRequestContext* context_;
|
| disk_cache::Backend* disk_cache_;
|
| disk_cache::Entry* entry_;
|
| void* iter_;
|
|
|