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

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

Issue 2489943003: Revert of [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: 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 01d5dd48ad6ecd7e319b21fab536b445dc4a18b3..5b9ddaab2a0f31267e017f5d1d663c13540b8fdd 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::isValidShippingAddress(
- const payments::mojom::blink::PaymentAddressPtr& address,
+ const mojom::blink::PaymentAddressPtr& address,
String* optionalErrorMessage) {
if (!isValidCountryCodeFormat(address->country, optionalErrorMessage))
return false;

Powered by Google App Engine
This is Rietveld 408576698