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

Unified Diff: ios/chrome/browser/ui/payments/address_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
« no previous file with comments | « ios/chrome/browser/ui/payments/BUILD.gn ('k') | ios/chrome/browser/ui/payments/address_edit_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/payments/address_edit_coordinator.h
diff --git a/ios/chrome/browser/ui/payments/address_edit_coordinator.h b/ios/chrome/browser/ui/payments/address_edit_coordinator.h
index 799fb224bce67c81fe2288fa96d7d86f9ea18918..f6f8a3b6d598c9b7a5425fa6e3f08d093bb232c8 100644
--- a/ios/chrome/browser/ui/payments/address_edit_coordinator.h
+++ b/ios/chrome/browser/ui/payments/address_edit_coordinator.h
@@ -6,7 +6,6 @@
#define IOS_CHROME_BROWSER_UI_PAYMENTS_ADDRESS_EDIT_COORDINATOR_H_
#import "ios/chrome/browser/chrome_coordinator.h"
-#import "ios/chrome/browser/ui/payments/address_edit_view_controller.h"
#import "ios/chrome/browser/ui/payments/country_selection_coordinator.h"
#import "ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h"
@@ -38,7 +37,7 @@ class PaymentRequest;
// controller. This view controller will be presented by the view controller
// provided in the initializer.
@interface AddressEditCoordinator
- : ChromeCoordinator<AddressEditViewControllerDelegate,
+ : ChromeCoordinator<PaymentRequestEditViewControllerDelegate,
PaymentRequestEditViewControllerValidator,
CountrySelectionCoordinatorDelegate>
« no previous file with comments | « ios/chrome/browser/ui/payments/BUILD.gn ('k') | ios/chrome/browser/ui/payments/address_edit_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698