| Index: chrome/browser/safe_browsing/client_side_detection_host.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| index a7d96cf56a35b6f4d7cef88478a192d2f57c3598..c07a7738202a63bc162da7fda92d23f6553b60ff 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.cc
|
| @@ -109,7 +109,7 @@ class ClientSideDetectionHost::ShouldClassifyUrlRequest
|
| }
|
|
|
| // For phishing we only classify HTTP pages.
|
| - if (!params_.url.SchemeIs(content::kHttpScheme)) {
|
| + if (!params_.url.SchemeIs(url::kHttpScheme)) {
|
| VLOG(1) << "Skipping phishing classification for URL: " << params_.url
|
| << " because it is not HTTP: "
|
| << params_.socket_address.host();
|
|
|