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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentsValidators.h

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.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,

Powered by Google App Engine
This is Rietveld 408576698