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

Unified Diff: ios/chrome/browser/ui/payments/credit_card_edit_mediator.h

Issue 2908033002: [Payment Request] Refactors edit view controller (Closed)
Patch Set: Initial 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/chrome/browser/ui/payments/credit_card_edit_mediator.h
diff --git a/ios/chrome/browser/ui/payments/credit_card_edit_mediator.h b/ios/chrome/browser/ui/payments/credit_card_edit_mediator.h
index 9a19d4f7431345763766c54c6f97214e2c58f0e4..c020d12154862d27abe384abb6adb97158add0f5 100644
--- a/ios/chrome/browser/ui/payments/credit_card_edit_mediator.h
+++ b/ios/chrome/browser/ui/payments/credit_card_edit_mediator.h
@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_UI_PAYMENTS_CREDIT_CARD_EDIT_MEDIATOR_H_
#define IOS_CHROME_BROWSER_UI_PAYMENTS_CREDIT_CARD_EDIT_MEDIATOR_H_
-#import "ios/chrome/browser/ui/payments/credit_card_edit_view_controller_data_source.h"
+#import "ios/chrome/browser/ui/payments/payment_request_edit_view_controller_data_source.h"
class PaymentRequest;
@protocol PaymentRequestEditConsumer;
@@ -16,7 +16,7 @@ class CreditCard;
// Serves as data source for CreditCardEditViewController.
@interface CreditCardEditViewControllerMediator
- : NSObject<CreditCardEditViewControllerDataSource>
+ : NSObject<PaymentRequestEditViewControllerDataSource>
// The consumer for this object. This can change during the lifetime of this
// object and may be nil.

Powered by Google App Engine
This is Rietveld 408576698