| 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 039085c60f5bbc1b68a3a9c314810cc209e0c145..d5aef3d4136fcfc77a0cd7b50c11f47d46b4179f 100644 | 
| --- a/content/browser/renderer_host/render_process_host_impl.cc | 
| +++ b/content/browser/renderer_host/render_process_host_impl.cc | 
| @@ -95,7 +95,7 @@ | 
| #include "content/browser/mime_registry_impl.h" | 
| #include "content/browser/notifications/notification_message_filter.h" | 
| #include "content/browser/notifications/platform_notification_context_impl.h" | 
| -#include "content/browser/payments/payment_app_manager.h" | 
| +#include "content/browser/payments/payment_manager.h" | 
| #include "content/browser/permissions/permission_service_context.h" | 
| #include "content/browser/permissions/permission_service_impl.h" | 
| #include "content/browser/profiler_message_filter.h" | 
| @@ -1243,9 +1243,9 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() { | 
|  | 
| AddUIThreadInterface( | 
| registry.get(), | 
| -      base::Bind(&PaymentAppContextImpl::CreatePaymentAppManager, | 
| -                 base::Unretained( | 
| -                     storage_partition_impl_->GetPaymentAppContext()))); | 
| +      base::Bind( | 
| +          &PaymentAppContextImpl::CreatePaymentManager, | 
| +          base::Unretained(storage_partition_impl_->GetPaymentAppContext()))); | 
|  | 
| AddUIThreadInterface( | 
| registry.get(), | 
|  |