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

Unified Diff: ios/chrome/browser/payments/payment_method_selection_coordinator.h

Issue 2826713002: [Payment Request] Refactors the remaining selector view controllers (Closed)
Patch Set: Addressed comment Created 3 years, 8 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/payments/payment_method_selection_coordinator.h
diff --git a/ios/chrome/browser/payments/payment_method_selection_coordinator.h b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
index dcdd60f88e914d3872f3695142c1c2ea4f5b4842..d02a1a531b53e634f1a4a455b07dd1a17f21113f 100644
--- a/ios/chrome/browser/payments/payment_method_selection_coordinator.h
+++ b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
@@ -10,7 +10,7 @@
#import "ios/chrome/browser/chrome_coordinator.h"
#import "ios/chrome/browser/payments/credit_card_edit_coordinator.h"
-#import "ios/chrome/browser/payments/payment_method_selection_view_controller.h"
+#import "ios/chrome/browser/payments/payment_request_selector_view_controller.h"
class PaymentRequest;
@@ -39,7 +39,7 @@ class CreditCard;
// selection view controller. This view controller will be presented by the view
// controller provided in the initializer.
@interface PaymentMethodSelectionCoordinator
- : ChromeCoordinator<PaymentMethodSelectionViewControllerDelegate,
+ : ChromeCoordinator<PaymentRequestSelectorViewControllerDelegate,
CreditCardEditCoordinatorDelegate>
// The PaymentRequest object having a copy of web::PaymentRequest as provided by
« no previous file with comments | « ios/chrome/browser/payments/BUILD.gn ('k') | ios/chrome/browser/payments/payment_method_selection_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698