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

Unified Diff: ios/chrome/browser/payments/payment_items_display_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_items_display_view_controller_unittest.mm
diff --git a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
index 3042c72aba9c58ef9dd04bfe400734daf889b0de..e8dd286ec0427a7c52cc7e7ea5a9357c312efce6 100644
--- a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
+++ b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
@@ -7,6 +7,7 @@
#include "base/mac/foundation_util.h"
#include "base/memory/ptr_util.h"
#include "components/autofill/core/browser/test_personal_data_manager.h"
+#include "components/strings/grit/components_strings.h"
#import "ios/chrome/browser/payments/cells/price_item.h"
#include "ios/chrome/browser/payments/payment_request.h"
#import "ios/chrome/browser/payments/payment_request_test_util.h"
@@ -51,7 +52,7 @@ class PaymentItemsDisplayViewControllerTest
TEST_F(PaymentItemsDisplayViewControllerTest, TestModel) {
CreateController();
CheckController();
- CheckTitleWithId(IDS_IOS_PAYMENT_REQUEST_PAYMENT_ITEMS_TITLE);
+ CheckTitleWithId(IDS_PAYMENTS_ORDER_SUMMARY_LABEL);
[GetPaymentItemsViewController() loadModel];

Powered by Google App Engine
This is Rietveld 408576698