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

Unified Diff: ios/showcase/payments/sc_payments_picker_coordinator.mm

Issue 2876603005: [Payment Request] Refactors the 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/showcase/payments/sc_payments_picker_coordinator.mm
diff --git a/ios/showcase/payments/sc_payments_picker_coordinator.mm b/ios/showcase/payments/sc_payments_picker_coordinator.mm
index 3beac1460f36cc62b39dbe71ee8f3f08849a9153..ad71cf7a6ac9ff3db7ce9a2f0464418b91db0677 100644
--- a/ios/showcase/payments/sc_payments_picker_coordinator.mm
+++ b/ios/showcase/payments/sc_payments_picker_coordinator.mm
@@ -38,8 +38,7 @@
selected:rows[rows.count - 1]];
[_pickerViewController setTitle:@"Select a country"];
[_pickerViewController
- setDelegate:reinterpret_cast<
- id<PaymentRequestPickerViewControllerDelegate>>(
+ setDelegate:static_cast<id<PaymentRequestPickerViewControllerDelegate>>(
self.alerter)];
[self.baseViewController pushViewController:_pickerViewController
« no previous file with comments | « ios/showcase/payments/sc_payments_editor_egtest.mm ('k') | ios/showcase/payments/sc_payments_selector_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698