| Index: content/browser/net/view_http_cache_job_factory.cc
|
| diff --git a/content/browser/net/view_http_cache_job_factory.cc b/content/browser/net/view_http_cache_job_factory.cc
|
| index 3bd1f2c3c0e431e74e39031f35d940cfe2507f0d..ca64341e0d5f8fc5b77907f8cafb55b9be3e0275 100644
|
| --- a/content/browser/net/view_http_cache_job_factory.cc
|
| +++ b/content/browser/net/view_http_cache_job_factory.cc
|
| @@ -194,7 +194,7 @@ void ViewHttpCacheJob::Core::OnIOComplete(int result) {
|
| // Static.
|
| bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) {
|
| return url.SchemeIs(kChromeUIScheme) &&
|
| - url.host() == kChromeUINetworkViewCacheHost;
|
| + url.host_piece() == kChromeUINetworkViewCacheHost;
|
| }
|
|
|
| // Static.
|
|
|