| Index: third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| index 274d4eae060f54638ed368afd2b66fe232407bf2..a9a8b53eee60780b2b4e5af16d63afa2250e744e 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| @@ -188,7 +188,7 @@ class PaymentsShippingAddressValidatorTest : public testing::TestWithParam<Shipp
|
|
|
| TEST_P(PaymentsShippingAddressValidatorTest, IsValidShippingAddress)
|
| {
|
| - mojom::blink::ShippingAddressPtr address = mojom::blink::ShippingAddress::New();
|
| + mojom::blink::PaymentAddressPtr address = mojom::blink::PaymentAddress::New();
|
| address->region_code = GetParam().regionCode;
|
| address->language_code = GetParam().languageCode;
|
| address->script_code = GetParam().scriptCode;
|
|
|