Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9218)

Unified Diff: chrome/test/data/webui/history_ui_browsertest.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/web_ui_browser_test.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
« no previous file with comments | « chrome/test/base/web_ui_browser_test.cc ('k') | chrome/test/gpu/webgl_infobar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698