| Index: content/browser/payments/payment_app_manager_unittest.cc
|
| diff --git a/content/browser/payments/payment_app_manager_unittest.cc b/content/browser/payments/payment_app_manager_unittest.cc
|
| index d29d395cee097c470bd026ca239f66565289143e..497f7223f1c1785559858767503571834b47a704 100644
|
| --- a/content/browser/payments/payment_app_manager_unittest.cc
|
| +++ b/content/browser/payments/payment_app_manager_unittest.cc
|
| @@ -59,9 +59,8 @@ class PaymentAppManagerTest : public testing::Test {
|
| new TestBrowserThreadBundle(TestBrowserThreadBundle::IO_MAINLOOP)),
|
| embedded_worker_helper_(new EmbeddedWorkerTestHelper(base::FilePath())),
|
| storage_partition_impl_(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());
|
|
|