| Index: components/payments/content/payment_request.cc
|
| diff --git a/components/payments/content/payment_request.cc b/components/payments/content/payment_request.cc
|
| index 94474c72b50a2cc0a698a2793f7b28887d4acba6..9e8950018cae22684c9d4d5bfb21a303f2d2b177 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).
|
|
|