| Index: content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| index e70bbd4001f2dd2f5009cdaaaa8f1f820b369232..4c1bfe594da76bcc1a24a6c917a3ca6bdd948bfc 100644
|
| --- a/content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| +++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| @@ -163,7 +163,8 @@ class BackgroundSyncServiceImplTest : public testing::Test {
|
| void CreateServiceWorkerRegistration() {
|
| bool called = false;
|
| embedded_worker_helper_->context()->RegisterServiceWorker(
|
| - GURL(kServiceWorkerPattern), GURL(kServiceWorkerScript), NULL,
|
| + GURL(kServiceWorkerScript),
|
| + ServiceWorkerRegistrationOptions(GURL(kServiceWorkerPattern)), nullptr,
|
| base::AdaptCallbackForRepeating(base::BindOnce(
|
| &RegisterServiceWorkerCallback, &called, &sw_registration_id_)));
|
| base::RunLoop().RunUntilIdle();
|
|
|