| 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 457d8ab4b4322aa4a6010069439f3a3efe9575b5..158c51848709d72d4b9202710fdb3c70715e4b72 100644
|
| --- a/content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| +++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc
|
| @@ -133,9 +133,7 @@ class BackgroundSyncServiceImplTest : public testing::Test {
|
| // Creates a StoragePartition so that the BackgroundSyncManager can
|
| // use it to access the BrowserContext.
|
| storage_partition_impl_.reset(new StoragePartitionImpl(
|
| - embedded_worker_helper_->browser_context(), base::FilePath(), nullptr,
|
| - nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
|
| - nullptr, nullptr, nullptr, nullptr, nullptr));
|
| + embedded_worker_helper_->browser_context(), base::FilePath(), nullptr));
|
| embedded_worker_helper_->context_wrapper()->set_storage_partition(
|
| storage_partition_impl_.get());
|
| }
|
|
|