| Index: components/payments/content/payment_request.cc
|
| diff --git a/components/payments/content/payment_request.cc b/components/payments/content/payment_request.cc
|
| index 0569efcc79278e2be094adddec8fcf9076507e9b..15aee2c679179aa5b8350baa43e647edde7dd14a 100644
|
| --- a/components/payments/content/payment_request.cc
|
| +++ b/components/payments/content/payment_request.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "components/payments/content/payment_request.h"
|
|
|
| +#include <string>
|
| #include <utility>
|
|
|
| #include "base/memory/ptr_util.h"
|
| @@ -59,7 +60,7 @@ void PaymentRequest::Init(
|
| delegate_->GetApplicationLocale());
|
| state_ = base::MakeUnique<PaymentRequestState>(
|
| spec_.get(), this, delegate_->GetApplicationLocale(),
|
| - delegate_->GetPersonalDataManager());
|
| + delegate_->GetPersonalDataManager(), delegate_.get());
|
| }
|
|
|
| void PaymentRequest::Show() {
|
|
|