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

Unified Diff: components/payments/payments_validators.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
« no previous file with comments | « components/payments/payment_request.mojom ('k') | components/payments/payments_validators.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payments_validators.h
diff --git a/components/payments/payments_validators.h b/components/payments/payments_validators.h
index 32ec8e01ccb7460f5b8d88fc91d095bf11ed2748..133eecb7c7eab992681e36baaa7b2dc35318a630 100644
--- a/components/payments/payments_validators.h
+++ b/components/payments/payments_validators.h
@@ -46,7 +46,7 @@ class PaymentsValidators {
// - 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 blink::mojom::PaymentAddressPtr&,
+ static bool isValidShippingAddress(const mojom::PaymentAddressPtr&,
std::string* optionalErrorMessage);
// Returns false if |error| is too long (greater than 2048).
« no previous file with comments | « components/payments/payment_request.mojom ('k') | components/payments/payments_validators.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698