| Index: content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc
|
| diff --git a/content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc b/content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc
|
| index cdfe5a90edf4f65f54f4bdb5018dc604b40487e1..a2898a3cf55d68b679d184f07503f0d4dd9fcb3f 100644
|
| --- a/content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc
|
| +++ b/content/browser/service_worker/service_worker_data_pipe_reader_unittest.cc
|
| @@ -77,8 +77,9 @@ class ServiceWorkerDataPipeReaderTest
|
| helper_ = base::MakeUnique<EmbeddedWorkerTestHelper>(base::FilePath());
|
| mock_url_request_job_ =
|
| base::MakeUnique<MockServiceWorkerURLRequestJob>(this);
|
| + ServiceWorkerRegistrationOptions options(GURL("https://example.com/"));
|
| registration_ = new ServiceWorkerRegistration(
|
| - GURL("https://example.com/"), 1L, helper_->context()->AsWeakPtr());
|
| + options, 1L, helper_->context()->AsWeakPtr());
|
| version_ = new ServiceWorkerVersion(
|
| registration_.get(), GURL("https://example.com/service_worker.js"), 1L,
|
| helper_->context()->AsWeakPtr());
|
|
|