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

Unified Diff: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.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
Index: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
diff --git a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
index bf86df578d5bc4dacbd4d798b6f3260add968ed7..5366f321ae8c8a195a4ef8202f71796783c5d310 100644
--- a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
+++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
@@ -69,7 +69,7 @@ void SessionsSyncPerfTest::UpdateTabs(int profile) {
content::Referrer(GURL("http://localhost"),
blink::WebReferrerPolicyDefault),
CURRENT_TAB,
- content::PageTransitionFromInt(0), false));
+ ui::PAGE_TRANSITION_LINK, false));
urls.push_back(url);
}
WaitForTabsToLoad(profile, urls);

Powered by Google App Engine
This is Rietveld 408576698