| Index: ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
 | 
| diff --git a/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm b/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
 | 
| index e719300f589e1598a85ce9e11e453a70ed1ffa35..3f4d7fbbd0dabc69f68b210cfc05b3e12f3870a8 100644
 | 
| --- a/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
 | 
| +++ b/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
 | 
| @@ -55,7 +55,7 @@ TEST(PaymentItemsDisplayCoordinatorTest, StartAndStop) {
 | 
|  
 | 
|  // Tests that calling the view controller delegate method which notifies the
 | 
|  // coordinator that the user has confirmed the payment request invokes the
 | 
| -// the corresponding coordinator delegate method.
 | 
| +// corresponding coordinator delegate method.
 | 
|  TEST(PaymentItemsDisplayCoordinatorTest, DidConfirm) {
 | 
|    std::unique_ptr<PaymentRequest> payment_request =
 | 
|        payment_request_test_util::CreateTestPaymentRequest();
 | 
| 
 |