| Index: chrome/browser/autocomplete/history_contents_provider_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/history_contents_provider_unittest.cc (revision 105162)
|
| +++ chrome/browser/autocomplete/history_contents_provider_unittest.cc (working copy)
|
| @@ -77,7 +77,8 @@
|
| Time t = Time::Now() - TimeDelta::FromDays(arraysize(test_entries) + i);
|
|
|
| history_service->AddPage(url, t, id_scope, i, GURL(),
|
| - PageTransition::LINK, history::RedirectList(),
|
| + content::PAGE_TRANSITION_LINK,
|
| + history::RedirectList(),
|
| history::SOURCE_BROWSED, false);
|
| history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
|
| history_service->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
|
|
|