Index: content/browser/storage_partition_impl.cc |
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc |
index 8a764fab4de70beb32b8997a7950338ec2c8d105..9e17b4e2b50c8e8ecaaf18499582867012461435 100644 |
--- a/content/browser/storage_partition_impl.cc |
+++ b/content/browser/storage_partition_impl.cc |
@@ -516,7 +516,8 @@ std::unique_ptr<StoragePartitionImpl> StoragePartitionImpl::Create( |
background_sync_context->Init(service_worker_context); |
scoped_refptr<PaymentAppContextImpl> payment_app_context = |
- new PaymentAppContextImpl(service_worker_context); |
+ new PaymentAppContextImpl(); |
+ payment_app_context->Init(service_worker_context); |
scoped_refptr<BroadcastChannelProvider> |
broadcast_channel_provider = new BroadcastChannelProvider(); |