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

Unified Diff: ios/chrome/browser/payments/cells/page_info_item_unittest.mm

Issue 2825143002: [Payment Request] Accepted credit card type icons in the credit card editor (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/cells/page_info_item_unittest.mm
diff --git a/ios/chrome/browser/payments/cells/page_info_item_unittest.mm b/ios/chrome/browser/payments/cells/page_info_item_unittest.mm
index 1030c674f6f52e9106a33a99a6e41dcdca4f0358..63d457ee11710a759cee16bb0efb723d38f53632 100644
--- a/ios/chrome/browser/payments/cells/page_info_item_unittest.mm
+++ b/ios/chrome/browser/payments/cells/page_info_item_unittest.mm
@@ -17,7 +17,7 @@ namespace {
// Tests that the labels and image are set properly after a call to
// |configureCell:|.
TEST(PaymentRequestPageInfoItemTest, TextLabels) {
- PageInfoItem* item = [[PageInfoItem alloc] initWithType:0];
+ PageInfoItem* item = [[PageInfoItem alloc] init];
UIImage* pageFavicon = ios_internal::CollectionViewTestImage();
NSString* pageTitle = @"The Greatest Website Ever";

Powered by Google App Engine
This is Rietveld 408576698