| 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 142f3759a58c68471b1f95a75961ce2f57a0d2f4..a40c66d01ea54ae4122b9eb21b96650d514820d1 100644
|
| --- a/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| +++ b/chrome/browser/safe_browsing/browser_feature_extractor.cc
|
| @@ -208,8 +208,8 @@ void BrowserFeatureExtractor::ExtractFeatures(const BrowseInfo* info,
|
| // 2) The first url on the same host as the candidate url (assuming that
|
| // it's different from the candidate url).
|
| if (url_index != -1) {
|
| - AddNavigationFeatures("", controller, url_index, info->url_redirects,
|
| - request);
|
| + AddNavigationFeatures(
|
| + std::string(), controller, url_index, info->url_redirects, request);
|
| }
|
| if (first_host_index != -1) {
|
| AddNavigationFeatures(features::kHostPrefix,
|
|
|