Index: chrome/test/data/webui/history_ui_browsertest.cc |
diff --git a/chrome/test/data/webui/history_ui_browsertest.cc b/chrome/test/data/webui/history_ui_browsertest.cc |
index a8b0c7790946e1a668794c8de89fb8fae8f61b74..947733880f87549f7b692c98ab3233d44843b4ae 100644 |
--- a/chrome/test/data/webui/history_ui_browsertest.cc |
+++ b/chrome/test/data/webui/history_ui_browsertest.cc |
@@ -38,7 +38,7 @@ void HistoryUIBrowserTest::AddPageToHistory( |
base::Time time = baseline_time_ + base::TimeDelta::FromHours(hour_offset); |
GURL gurl = GURL(url); |
history_->AddPage(gurl, time, id_scope, page_id_++, GURL(), |
- history::RedirectList(), content::PAGE_TRANSITION_LINK, |
+ history::RedirectList(), ui::PAGE_TRANSITION_LINK, |
history::SOURCE_BROWSED, false); |
history_->SetPageTitle(gurl, base::UTF8ToUTF16(title)); |
} |