Index: components/omnibox/browser/scored_history_match_unittest.cc |
diff --git a/components/omnibox/browser/scored_history_match_unittest.cc b/components/omnibox/browser/scored_history_match_unittest.cc |
index b6ff8ab108ea6c9368930eb10f85e5cf1b9640d6..2a424c9bdcaeb060cf661242a05eec4e312ab060 100644 |
--- a/components/omnibox/browser/scored_history_match_unittest.cc |
+++ b/components/omnibox/browser/scored_history_match_unittest.cc |
@@ -110,6 +110,9 @@ float ScoredHistoryMatchTest::GetTopicalityScoreOfTermAgainstURLAndTitle( |
ScoredHistoryMatch scored_match; |
scored_match.url_matches = MatchTermInString(term, url, 0); |
scored_match.title_matches = MatchTermInString(term, title, 0); |
+ scored_match.topicality_threshold_ = -1; |
+ scored_match.hqp_relevance_buckets_str_ = |
+ "0.0:400,1.5:600,12.0:1300,20.0:1399"; |
RowWordStarts word_starts; |
String16SetFromString16(url, &word_starts.url_word_starts_); |
String16SetFromString16(title, &word_starts.title_word_starts_); |