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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentsValidators.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/PaymentsValidators.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp b/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp
index 5b9ddaab2a0f31267e017f5d1d663c13540b8fdd..01d5dd48ad6ecd7e319b21fab536b445dc4a18b3 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentsValidators.cpp
@@ -101,7 +101,7 @@ bool PaymentsValidators::isValidScriptCodeFormat(const String& code,
}
bool PaymentsValidators::isValidShippingAddress(
- const mojom::blink::PaymentAddressPtr& address,
+ const payments::mojom::blink::PaymentAddressPtr& address,
String* optionalErrorMessage) {
if (!isValidCountryCodeFormat(address->country, optionalErrorMessage))
return false;

Powered by Google App Engine
This is Rietveld 408576698