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

Unified Diff: ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm

Issue 2716413002: [Payment Request] Replacing more iOS strings with components strings (Closed)
Patch Set: rebase Created 3 years, 10 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/payment_method_selection_view_controller_unittest.mm
diff --git a/ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm b/ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm
index 36e342295866472ab5a5d255bbdb66bc41a78566..505ec2f489974f4dd71db4de4a324f22b06c5228 100644
--- a/ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm
+++ b/ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm
@@ -9,6 +9,7 @@
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/credit_card.h"
#include "components/autofill/core/browser/test_personal_data_manager.h"
+#include "components/strings/grit/components_strings.h"
#import "ios/chrome/browser/payments/cells/payment_method_item.h"
#import "ios/chrome/browser/payments/cells/payments_text_item.h"
#include "ios/chrome/browser/payments/payment_request.h"
@@ -63,7 +64,7 @@ class PaymentMethodSelectionViewControllerTest
TEST_F(PaymentMethodSelectionViewControllerTest, TestModel) {
CreateController();
CheckController();
- CheckTitleWithId(IDS_IOS_PAYMENT_REQUEST_METHOD_SELECTION_TITLE);
+ CheckTitleWithId(IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL);
[GetPaymentMethodSelectionViewController() loadModel];

Powered by Google App Engine
This is Rietveld 408576698