| Index: components/payments/payments_validators.cc
|
| diff --git a/components/payments/payments_validators.cc b/components/payments/payments_validators.cc
|
| index 1d83c237c6ebfc9165d229c78c5a44e6883aefad..ddc943d3d2b25201dfc6aeff4eb58ea690ee15fa 100644
|
| --- a/components/payments/payments_validators.cc
|
| +++ b/components/payments/payments_validators.cc
|
| @@ -99,7 +99,7 @@
|
| }
|
|
|
| bool PaymentsValidators::isValidShippingAddress(
|
| - const mojom::PaymentAddressPtr& address,
|
| + const blink::mojom::PaymentAddressPtr& address,
|
| std::string* optionalErrorMessage) {
|
| if (!isValidCountryCodeFormat(address->country, optionalErrorMessage))
|
| return false;
|
|
|