| 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);
|
|
|