| Index: chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/history_url_provider_unittest.cc (revision 19748)
|
| +++ chrome/browser/autocomplete/history_url_provider_unittest.cc (working copy)
|
| @@ -316,7 +316,7 @@
|
| // will appear in A,B,C order in the results. The autocomplete query will
|
| // search for the most recent visit when looking for redirects, so this will
|
| // be found even though the previous visits had no redirects.
|
| - HistoryService::RedirectList redirects_to_a;
|
| + history::RedirectList redirects_to_a;
|
| redirects_to_a.push_back(GURL(redirect[1].url));
|
| redirects_to_a.push_back(GURL(redirect[2].url));
|
| redirects_to_a.push_back(GURL(redirect[0].url));
|
|
|