Index: ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h |
diff --git a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h |
index da3037df44ca97bc512e4a490e3464432a6df87d..0a4fdd5735f2997d820365ccdfc23dbcbeecef73 100644 |
--- a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h |
+++ b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h |
@@ -6,7 +6,6 @@ |
#define IOS_CHROME_BROWSER_UI_PAYMENTS_CREDIT_CARD_EDIT_COORDINATOR_H_ |
#import "ios/chrome/browser/chrome_coordinator.h" |
-#import "ios/chrome/browser/ui/payments/credit_card_edit_view_controller.h" |
#import "ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h" |
namespace autofill { |
@@ -38,7 +37,7 @@ class PaymentRequest; |
// controller. This view controller will be presented by the view controller |
// provided in the initializer. |
@interface CreditCardEditCoordinator |
- : ChromeCoordinator<CreditCardEditViewControllerDelegate, |
+ : ChromeCoordinator<PaymentRequestEditViewControllerDelegate, |
PaymentRequestEditViewControllerValidator> |
// The credit card to be edited, if any. This pointer is not owned by this class |