| 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 7219d1fd7901a3f0fbee23184733433113f1e766..3127778d2ecfc9e60558fa8926abf1bb592b81af 100644
 | 
| --- a/content/browser/background_sync/background_sync_manager_unittest.cc
 | 
| +++ b/content/browser/background_sync/background_sync_manager_unittest.cc
 | 
| @@ -136,7 +136,9 @@ class BackgroundSyncManagerTest : public testing::Test {
 | 
|      // Create a StoragePartition with the correct BrowserContext so that the
 | 
|      // BackgroundSyncManager can find the BrowserContext through it.
 | 
|      storage_partition_impl_.reset(new StoragePartitionImpl(
 | 
| -        helper_->browser_context(), base::FilePath(), nullptr));
 | 
| +        helper_->browser_context(), base::FilePath(), nullptr, nullptr, nullptr,
 | 
| +        nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
 | 
| +        nullptr, nullptr, nullptr));
 | 
|      helper_->context_wrapper()->set_storage_partition(
 | 
|          storage_partition_impl_.get());
 | 
|  
 | 
| 
 |