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

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

Issue 2827453004: [Payment Request] Refactors selector view controllers (Closed)
Patch Set: Addressed comments 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/shipping_address_selection_coordinator.h
diff --git a/ios/chrome/browser/payments/shipping_address_selection_coordinator.h b/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
index 88d1a0dc6ac2ad57c7d0bccbe50a989a257b5e5c..e8757fcf25720506e70f93e3214d022e42de9386 100644
--- a/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
+++ b/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
@@ -9,7 +9,7 @@
#include <vector>
#import "ios/chrome/browser/chrome_coordinator.h"
-#import "ios/chrome/browser/payments/shipping_address_selection_view_controller.h"
+#import "ios/chrome/browser/payments/payment_request_selector_view_controller.h"
class PaymentRequest;
@@ -39,7 +39,7 @@ class AutofillProfile;
// selection view controller. This view controller will be presented by the view
// controller provided in the initializer.
@interface ShippingAddressSelectionCoordinator
- : ChromeCoordinator<ShippingAddressSelectionViewControllerDelegate>
+ : ChromeCoordinator<PaymentRequestSelectorViewControllerDelegate>
// 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

Powered by Google App Engine
This is Rietveld 408576698