| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc
|
| index c358e2170e34c0c8ca5fdc4a9fb59515cf763731..e49109cb87aa72328f6be8b0e928212634053083 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -713,8 +713,8 @@ int HistoryURLProvider::CalculateRelevance(MatchType match_type,
|
| ACMatchClassifications HistoryURLProvider::ClassifyDescription(
|
| const base::string16& input_text,
|
| const base::string16& description) {
|
| - base::string16 clean_description = bookmark_utils::CleanUpTitleForMatching(
|
| - description);
|
| + base::string16 clean_description =
|
| + bookmarks::CleanUpTitleForMatching(description);
|
| history::TermMatches description_matches(SortAndDeoverlapMatches(
|
| history::MatchTermInString(input_text, clean_description, 0)));
|
| history::WordStarts description_word_starts;
|
|
|