| 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 a1300e600ee86c71f1e50e9f1a691c528f689c4c..dad1ea553bb27fa63af5004b984bf951415b7884 100644
|
| --- a/content/browser/net/view_http_cache_job_factory.cc
|
| +++ b/content/browser/net/view_http_cache_job_factory.cc
|
| @@ -193,7 +193,7 @@ void ViewHttpCacheJob::Core::OnIOComplete(int result) {
|
| // Static.
|
| bool ViewHttpCacheJobFactory::IsSupportedURL(const GURL& url) {
|
| return url.SchemeIs(chrome::kChromeUIScheme) &&
|
| - url.host() == chrome::kChromeUINetworkViewCacheHost;
|
| + url.host() == kChromeUINetworkViewCacheHost;
|
| }
|
|
|
| // Static.
|
|
|