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 5d8ca7afa5f06c9cba28bf7d110eabcddde23bfa..2ef1e37572f9ba39c54976cbc546dd91ebffd8d6 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentsValidators.h |
+++ b/third_party/WebKit/Source/modules/payments/PaymentsValidators.h |
@@ -23,7 +23,7 @@ public: |
static bool isValidAmountFormat(const String& amount, String* optionalErrorMessage); |
// Returns true if |code| is a valid ISO 3166 country code. |
- static bool isValidRegionCodeFormat(const String& code, String* optionalErrorMessage); |
+ static bool isValidCountryCodeFormat(const String& code, String* optionalErrorMessage); |
// Returns true if |code| is a valid ISO 639 language code. |
static bool isValidLanguageCodeFormat(const String& code, String* optionalErrorMessage); |