| Index: ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm
|
| diff --git a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm
|
| index 24a3f9ddbd4da460c3b8690b2585b0146ec47e79..a84724d9c4901d5c4e138844fc84fadf09a59b99 100644
|
| --- a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm
|
| +++ b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm
|
| @@ -38,7 +38,7 @@ using ::AutofillTypeFromAutofillUIType;
|
| // |error_message| can't be null and will be filled with the appropriate error
|
| // message iff the return value is false.
|
| bool IsValidCreditCardNumber(const base::string16& card_number,
|
| - PaymentRequest* payment_request,
|
| + payments::PaymentRequest* payment_request,
|
| const autofill::CreditCard* credit_card_to_edit,
|
| base::string16* error_message) {
|
| std::set<std::string> supported_card_networks(
|
|
|