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