| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 134018fa5227ef5f35e9fc72837f09cbdb9ca812..b13f0c8ecd187f582419bd632a5dc61d6efc5cca 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1209,7 +1209,7 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() {
|
|
|
| AddUIThreadInterface(
|
| registry.get(),
|
| - base::Bind(&PaymentAppContextImpl::CreateService,
|
| + base::Bind(&PaymentAppContextImpl::CreatePaymentAppManager,
|
| base::Unretained(
|
| storage_partition_impl_->GetPaymentAppContext())));
|
|
|
|
|