| Index: content/browser/background_sync/background_sync_manager_unittest.cc
|
| diff --git a/content/browser/background_sync/background_sync_manager_unittest.cc b/content/browser/background_sync/background_sync_manager_unittest.cc
|
| index 2ef0f0b45848df5969b10ae2fe4d55feaa3f3c3d..174011daf12e5823c1686b1627d38281ba7d91fb 100644
|
| --- a/content/browser/background_sync/background_sync_manager_unittest.cc
|
| +++ b/content/browser/background_sync/background_sync_manager_unittest.cc
|
| @@ -138,7 +138,7 @@ class BackgroundSyncManagerTest : public testing::Test {
|
| storage_partition_impl_.reset(new StoragePartitionImpl(
|
| helper_->browser_context(), base::FilePath(), nullptr, nullptr, nullptr,
|
| nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
|
| - nullptr, nullptr, nullptr));
|
| + nullptr, nullptr));
|
| helper_->context_wrapper()->set_storage_partition(
|
| storage_partition_impl_.get());
|
|
|
|
|