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 4dbddeecb0412b2607bee0b2474d0d1090f9f7df..85b5a0fcd91acd700154bfc0123ba47c002799cc 100644 |
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc |
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc |
@@ -135,7 +135,7 @@ class BackgroundSyncServiceImplTest : public testing::Test { |
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, nullptr, nullptr)); |
embedded_worker_helper_->context_wrapper()->set_storage_partition( |
storage_partition_impl_.get()); |
} |