| Index: ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| diff --git a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| index 5c0541c85977319ec042eaa7c9e782e3e9a4fdf4..f3faf5ae825a544357fdbbdaafbf2f1968a05c21 100644
|
| --- a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| @@ -12,12 +12,14 @@
|
| #import "ios/chrome/browser/ui/payments/contact_info_edit_coordinator.h"
|
| #import "ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h"
|
|
|
| -class PaymentRequest;
|
| -
|
| namespace autofill {
|
| class AutofillProfile;
|
| } // namespace autofill
|
|
|
| +namespace payments {
|
| +class PaymentRequest;
|
| +} // namespace payments
|
| +
|
| @class ContactInfoSelectionCoordinator;
|
|
|
| // Delegate protocol for ContactInfoSelectionCoordinator.
|
| @@ -45,7 +47,7 @@ contactInfoSelectionCoordinator:(ContactInfoSelectionCoordinator*)coordinator
|
| // 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 contact profile or
|
| // returns without selecting one.
|
|
|