| Index: third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| index e363c84990d2d39d92be84e8db1cbefce41101d9..b38361be4d63d3408c630d5405f8e478aca537f8 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
|
| @@ -9,8 +9,7 @@
|
|
|
| namespace blink {
|
|
|
| -PaymentAddress::PaymentAddress(
|
| - payments::mojom::blink::PaymentAddressPtr address)
|
| +PaymentAddress::PaymentAddress(mojom::blink::PaymentAddressPtr address)
|
| : m_country(address->country),
|
| m_addressLine(address->address_line),
|
| m_region(address->region),
|
|
|