| 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 509d4a5002307007f716b23b4dbec3553e5446af..5c0541c85977319ec042eaa7c9e782e3e9a4fdf4 100644
|
| --- a/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| +++ b/ios/chrome/browser/ui/payments/contact_info_selection_coordinator.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #import "ios/chrome/browser/chrome_coordinator.h"
|
| +#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;
|
| @@ -38,7 +39,8 @@ contactInfoSelectionCoordinator:(ContactInfoSelectionCoordinator*)coordinator
|
| // selection view controller. This view controller will be presented by the view
|
| // controller provided in the initializer.
|
| @interface ContactInfoSelectionCoordinator
|
| - : ChromeCoordinator<PaymentRequestSelectorViewControllerDelegate>
|
| + : ChromeCoordinator<PaymentRequestSelectorViewControllerDelegate,
|
| + ContactInfoEditCoordinatorDelegate>
|
|
|
| // 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
|
|
|