Chromium Code Reviews| 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 f4acfb7f31d763f2a72a828c1b075314b63acb89..cfe3f78266c5a5c937554f045732bb1d315ec0cb 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)); |
|
dcheng
2016/06/30 08:23:12
Unrelated, but this could probably use benefit gre
Marijn Kruisselbrink
2016/06/30 17:21:56
Yeah, the way StoragePartitions are currently crea
|
| helper_->context_wrapper()->set_storage_partition( |
| storage_partition_impl_.get()); |