Index: chrome/browser/autocomplete/history_url_provider_unittest.cc |
diff --git a/chrome/browser/autocomplete/history_url_provider_unittest.cc b/chrome/browser/autocomplete/history_url_provider_unittest.cc |
index ed289f7497a0cee6a26125f01389d2015849d918..264392a57abd618cf5dd7a8f6a5ce2803a4dd0ae 100644 |
--- a/chrome/browser/autocomplete/history_url_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc |
@@ -462,7 +462,7 @@ TEST_F(HistoryURLProviderTest, CullRedirects) { |
redirects_to_a.push_back(GURL(test_cases[2].url)); |
redirects_to_a.push_back(GURL(test_cases[0].url)); |
history_service_->AddPage(GURL(test_cases[0].url), base::Time::Now(), |
- NULL, 0, GURL(), redirects_to_a, content::PAGE_TRANSITION_TYPED, |
+ NULL, 0, GURL(), redirects_to_a, ui::PAGE_TRANSITION_TYPED, |
history::SOURCE_BROWSED, true); |
// Because all the results are part of a redirect chain with other results, |