| Index: chrome/browser/autofill/autofill_regex_constants.h
|
| diff --git a/chrome/browser/autofill/autofill_regex_constants.h b/chrome/browser/autofill/autofill_regex_constants.h
|
| index baf373777c3a0134d7065aaa2e81771ab16f1030..4d9ef466a20fd3fe50bbf4326bfe1562216df0e2 100644
|
| --- a/chrome/browser/autofill/autofill_regex_constants.h
|
| +++ b/chrome/browser/autofill/autofill_regex_constants.h
|
| @@ -33,6 +33,7 @@ extern const char kExpirationYearRe[];
|
| extern const char kExpirationDate2DigitYearRe[];
|
| extern const char kExpirationDateRe[];
|
| extern const char kCardIgnoredRe[];
|
| +extern const char kGiftCardRe[];
|
| extern const char kEmailRe[];
|
| extern const char kNameIgnoredRe[];
|
| extern const char kNameRe[];
|
|
|