| Index: components/payments/payments_validators.h
|
| diff --git a/components/payments/payments_validators.h b/components/payments/payments_validators.h
|
| index 133eecb7c7eab992681e36baaa7b2dc35318a630..32ec8e01ccb7460f5b8d88fc91d095bf11ed2748 100644
|
| --- a/components/payments/payments_validators.h
|
| +++ b/components/payments/payments_validators.h
|
| @@ -46,7 +46,7 @@
|
| // - Has a valid language code, if any.
|
| // - Has a valid script code, if any.
|
| // A script code should be present only if language code is present.
|
| - static bool isValidShippingAddress(const mojom::PaymentAddressPtr&,
|
| + static bool isValidShippingAddress(const blink::mojom::PaymentAddressPtr&,
|
| std::string* optionalErrorMessage);
|
|
|
| // Returns false if |error| is too long (greater than 2048).
|
|
|