| Index: ios/chrome/browser/ui/payments/payment_method_selection_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/payments/payment_method_selection_coordinator.h b/ios/chrome/browser/ui/payments/payment_method_selection_coordinator.h
|
| index fd1b1c1f8d98a1ef001be9d48c26a825cd7c4899..c7374b453a36f4d2ef6a5d870aa16737f54a1aaf 100644
|
| --- a/ios/chrome/browser/ui/payments/payment_method_selection_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/payment_method_selection_coordinator.h
|
| @@ -12,10 +12,9 @@
|
| #import "ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h"
|
| #import "ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h"
|
|
|
| -class PaymentRequest;
|
| -
|
| namespace payments {
|
| class PaymentInstrument;
|
| +class PaymentRequest;
|
| } // namespace payments
|
|
|
| @class PaymentMethodSelectionCoordinator;
|
| @@ -46,7 +45,7 @@ class PaymentInstrument;
|
| // The PaymentRequest object having a copy of web::PaymentRequest as provided by
|
| // the page invoking the Payment Request API. This pointer is not owned by this
|
| // class and should outlive it.
|
| -@property(nonatomic, assign) PaymentRequest* paymentRequest;
|
| +@property(nonatomic, assign) payments::PaymentRequest* paymentRequest;
|
|
|
| // The delegate to be notified when the user selects a payment method or returns
|
| // without selecting a payment method.
|
|
|