Index: chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm |
diff --git a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm |
index 185aa95a740be883d049c7c302d8de156997db7f..3a483c555e031ea7da7a483ddd00c117e55df5e5 100644 |
--- a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm |
+++ b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm |
@@ -146,7 +146,7 @@ |
- (void)buildExpirationYearContents { |
NSArray* newArray = [NSArray arrayWithObjects:@" ", |
@"2010", @"2011", @"2012", @"2013", @"2014", @"2015", |
- @"2016", @"2017", @"2018", @"2019", @"2020", @"2021", nil ]; |
+ @"2016", @"2017", @"2018", @"2019", @"2020", nil ]; |
[self setExpirationYearContents:newArray]; |