| Index: ios/chrome/browser/payments/payment_request.h
|
| diff --git a/ios/chrome/browser/payments/payment_request.h b/ios/chrome/browser/payments/payment_request.h
|
| index e7341c7817508a18265b6ccf0f24f708ab4a098a..4979f4b835f9a0dac67d7f5f63262a0e9abde99a 100644
|
| --- a/ios/chrome/browser/payments/payment_request.h
|
| +++ b/ios/chrome/browser/payments/payment_request.h
|
| @@ -12,6 +12,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "components/payments/core/payment_options_provider.h"
|
| +#include "components/payments/core/payments_profile_comparator.h"
|
| #include "ios/web/public/payments/payment_request.h"
|
|
|
| namespace autofill {
|
| @@ -208,6 +209,8 @@ class PaymentRequest : payments::PaymentOptionsProvider {
|
| std::vector<web::PaymentShippingOption*> shipping_options_;
|
| web::PaymentShippingOption* selected_shipping_option_;
|
|
|
| + payments::PaymentsProfileComparator profile_comparator_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PaymentRequest);
|
| };
|
|
|
|
|