Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h

Issue 2908033002: [Payment Request] Refactors edit view controller (Closed)
Patch Set: Addressed comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698