| Index: net/url_request/view_cache_helper.cc
|
| diff --git a/net/url_request/view_cache_helper.cc b/net/url_request/view_cache_helper.cc
|
| index 1e66d2166dab0ccaf31daf2f7d57350169e5f177..80176ccaa4febd5e7628daddbf162995a952d5b7 100644
|
| --- a/net/url_request/view_cache_helper.cc
|
| +++ b/net/url_request/view_cache_helper.cc
|
| @@ -116,7 +116,7 @@ static disk_cache::Backend* GetDiskCache(URLRequestContext* context) {
|
| if (!http_cache)
|
| return NULL;
|
|
|
| - return http_cache->disk_cache();
|
| + return http_cache->GetBackend();
|
| }
|
|
|
| static std::string FormatStatistics(disk_cache::Backend* disk_cache) {
|
|
|