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..12c850680d4c0e0513972495f5894f61fa9e8a3f 100644 |
--- a/components/omnibox/browser/scored_history_match_unittest.cc |
+++ b/components/omnibox/browser/scored_history_match_unittest.cc |
@@ -110,6 +110,7 @@ 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; |
RowWordStarts word_starts; |
String16SetFromString16(url, &word_starts.url_word_starts_); |
String16SetFromString16(title, &word_starts.title_word_starts_); |