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

Unified Diff: ios/showcase/payments/sc_payments_selector_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
« no previous file with comments | « ios/showcase/payments/sc_payments_picker_coordinator.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/payments/sc_payments_selector_coordinator.mm
diff --git a/ios/showcase/payments/sc_payments_selector_coordinator.mm b/ios/showcase/payments/sc_payments_selector_coordinator.mm
index e0a71ac7b232639ee877142bcee6ec53e9ea8322..1b6a8340631c948fc3aadff62f29b116e17db205 100644
--- a/ios/showcase/payments/sc_payments_selector_coordinator.mm
+++ b/ios/showcase/payments/sc_payments_selector_coordinator.mm
@@ -61,8 +61,7 @@
[self.selectorViewController setDataSource:self];
[self.selectorViewController loadModel];
[self.selectorViewController
- setDelegate:reinterpret_cast<
- id<PaymentRequestSelectorViewControllerDelegate>>(
+ setDelegate:static_cast<id<PaymentRequestSelectorViewControllerDelegate>>(
self.alerter)];
[self.baseViewController pushViewController:self.selectorViewController
animated:YES];
« no previous file with comments | « ios/showcase/payments/sc_payments_picker_coordinator.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698