| Index: components/payments/content/payment_request.cc | 
| diff --git a/components/payments/content/payment_request.cc b/components/payments/content/payment_request.cc | 
| index 540059b5952c324f8a148dcb12b4b9c920471824..bc667703d5cdf9981bef50f69fb47c974080b5b7 100644 | 
| --- a/components/payments/content/payment_request.cc | 
| +++ b/components/payments/content/payment_request.cc | 
| @@ -36,7 +36,7 @@ PaymentRequest::PaymentRequest( | 
| observer_for_testing_(observer_for_testing), | 
| journey_logger_(delegate_->IsIncognito(), | 
| web_contents_->GetLastCommittedURL(), | 
| -                      delegate_->GetUkmService()) { | 
| +                      delegate_->GetUkmRecorder()) { | 
| // OnConnectionTerminated will be called when the Mojo pipe is closed. This | 
| // will happen as a result of many renderer-side events (both successful and | 
| // erroneous in nature). | 
|  |