| Index: third_party/WebKit/Source/modules/payments/PaymentsValidators.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidators.h b/third_party/WebKit/Source/modules/payments/PaymentsValidators.h
|
| index c73fdfd971d0417b64ec0d5af7fb8aa0867ad992..2dbb6b9afac735941fcf73d0ad11bcef207f4ab2 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentsValidators.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentsValidators.h
|
| @@ -49,8 +49,9 @@ class MODULES_EXPORT PaymentsValidators final {
|
| // - 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::blink::PaymentAddressPtr&,
|
| - String* optionalErrorMessage);
|
| + static bool isValidShippingAddress(
|
| + const payments::mojom::blink::PaymentAddressPtr&,
|
| + String* optionalErrorMessage);
|
|
|
| // Returns false if |error| is too long (greater than 2048).
|
| static bool isValidErrorMsgFormat(const String& code,
|
|
|