| Index: chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| diff --git a/chrome/browser/safe_browsing/browser_feature_extractor.cc b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| index 392dda74d25aa597dbe1d07c76fca24b139c9709..aee391d4d7bc971c3d34fb5cd92fef05e574f20e 100644
|
| --- a/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| @@ -212,7 +212,7 @@ void BrowserFeatureExtractor::ExtractFeatures(const BrowseInfo* info,
|
| // be cautious.
|
| url_index = index;
|
| } else if (index < url_index) {
|
| - if (entry->GetURL().host() == request_url.host()) {
|
| + if (entry->GetURL().host_piece() == request_url.host_piece()) {
|
| first_host_index = index;
|
| } else {
|
| // We have found the possibly phishing url, but we are no longer on the
|
|
|