| 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 9c33da681acdce97a1c1f3638ad446c95e8dcb05..c2409e0b8d02e9e779ab877279394473e91c4554 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -1087,7 +1087,7 @@ void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend,
|
| const GURL& url = (*matches)[source].url_info.url();
|
| // TODO(brettw) this should go away when everything uses GURL.
|
| history::RedirectList redirects;
|
| - backend->GetMostRecentRedirectsFrom(url, &redirects);
|
| + backend->QueryRedirectsFrom(url, &redirects);
|
| if (!redirects.empty()) {
|
| // Remove all but the first occurrence of any of these redirects in the
|
| // search results. We also must add the URL we queried for, since it may
|
|
|