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

Unified Diff: ios/chrome/browser/payments/payment_request_error_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_request_error_view_controller_unittest.mm
diff --git a/ios/chrome/browser/payments/payment_request_error_view_controller_unittest.mm b/ios/chrome/browser/payments/payment_request_error_view_controller_unittest.mm
index 153e643795211fbbaf909a11e49c433dd5148ef5..46cb1e7014ad96266e63bce33c9e3190d1c2fbde 100644
--- a/ios/chrome/browser/payments/payment_request_error_view_controller_unittest.mm
+++ b/ios/chrome/browser/payments/payment_request_error_view_controller_unittest.mm
@@ -6,6 +6,7 @@
#include "base/mac/foundation_util.h"
#include "base/memory/ptr_util.h"
+#include "components/strings/grit/components_strings.h"
#import "ios/chrome/browser/payments/cells/payments_text_item.h"
#import "ios/chrome/browser/ui/collection_view/collection_view_controller_test.h"
#include "ios/chrome/grit/ios_strings.h"
@@ -28,7 +29,7 @@ class PaymentRequestErrorViewControllerTest
TEST_F(PaymentRequestErrorViewControllerTest, TestModel) {
CreateController();
CheckController();
- CheckTitleWithId(IDS_IOS_PAYMENT_REQUEST_TITLE);
+ CheckTitleWithId(IDS_PAYMENTS_TITLE);
[GetPaymentRequestErrorViewController() loadModel];

Powered by Google App Engine
This is Rietveld 408576698