| Index: content/browser/net/view_blob_internals_job_factory.cc
|
| diff --git a/content/browser/net/view_blob_internals_job_factory.cc b/content/browser/net/view_blob_internals_job_factory.cc
|
| index eeb87faef3aefd3b3d46a4234bcc99eda52364e0..1eab44b7fb5bd6d1950dd5befe9a9a894f1a6e30 100644
|
| --- a/content/browser/net/view_blob_internals_job_factory.cc
|
| +++ b/content/browser/net/view_blob_internals_job_factory.cc
|
| @@ -14,7 +14,7 @@ namespace content {
|
| // static.
|
| bool ViewBlobInternalsJobFactory::IsSupportedURL(const GURL& url) {
|
| return url.SchemeIs(chrome::kChromeUIScheme) &&
|
| - url.host() == chrome::kChromeUIBlobInternalsHost;
|
| + url.host() == kChromeUIBlobInternalsHost;
|
| }
|
|
|
| // static.
|
|
|