| 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 ce9eb65a453735ebc9d6dbd766e38033c9a2ef70..de03b093901ff586e1b7f2daa8ed5e25e5fc60b8 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
|
| @@ -67,7 +67,7 @@ void SessionsSyncPerfTest::UpdateTabs(int profile) {
|
| browser->OpenURL(
|
| OpenURLParams(url,
|
| content::Referrer(GURL("http://localhost"),
|
| - WebKit::WebReferrerPolicyDefault),
|
| + blink::WebReferrerPolicyDefault),
|
| CURRENT_TAB,
|
| content::PageTransitionFromInt(0), false));
|
| urls.push_back(url);
|
|
|