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 42c6716d37e33f083687965486857f8c5a95782e..7b6622d75303527902a3016543dc1f027b797a5e 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1210,7 +1210,7 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() { |
AddUIThreadInterface( |
registry.get(), |
- base::Bind(&PaymentAppContext::CreateService, |
+ base::Bind(&PaymentAppContextImpl::CreateService, |
base::Unretained( |
storage_partition_impl_->GetPaymentAppContext()))); |