Index: components/autofill/core/browser/validation.h |
diff --git a/components/autofill/core/browser/validation.h b/components/autofill/core/browser/validation.h |
index a5ddd2e434cda338d3559c79f2b241840a2a2b04..bdb6574d4ce228fc11592b43d203e7b43c74f84d 100644 |
--- a/components/autofill/core/browser/validation.h |
+++ b/components/autofill/core/browser/validation.h |
@@ -18,6 +18,9 @@ namespace autofill { |
bool IsValidCreditCardExpirationDate(const base::string16& year, |
const base::string16& month, |
const base::Time& now); |
+bool IsValidCreditCardExpirationDate(int year, |
+ int month, |
+ const base::Time& now); |
// Returns true if |text| looks like a valid credit card number. |
// Uses the Luhn formula to validate the number. |