Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentAddress.cpp

Issue 2477883002: [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: Fix WebKit tests Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b38361be4d63d3408c630d5405f8e478aca537f8..e363c84990d2d39d92be84e8db1cbefce41101d9 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.cpp
@@ -9,7 +9,8 @@
namespace blink {
-PaymentAddress::PaymentAddress(mojom::blink::PaymentAddressPtr address)
+PaymentAddress::PaymentAddress(
+ payments::mojom::blink::PaymentAddressPtr address)
: m_country(address->country),
m_addressLine(address->address_line),
m_region(address->region),

Powered by Google App Engine
This is Rietveld 408576698