Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / webui / history_ui_browsertest.cc
index a8b0c77..9477338 100644 (file)
@@ -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));
 }