| Index: chrome/browser/autofill/credit_card.h
 | 
| diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
 | 
| index 2b2d089116f85ac4df65cc0bc02767ea7fabccc6..951b60539c32fbbcb56f81dc30cb1809cb67a13f 100644
 | 
| --- a/chrome/browser/autofill/credit_card.h
 | 
| +++ b/chrome/browser/autofill/credit_card.h
 | 
| @@ -34,6 +34,9 @@ class CreditCard : public FormGroup {
 | 
|    virtual void SetInfo(const AutoFillType& type, const string16& value);
 | 
|    virtual const string16 Label() const;
 | 
|  
 | 
| +  // Special method to set value for HTML5 month input type.
 | 
| +  void SetInfoForMonthInputType(const string16& value);
 | 
| +
 | 
|    // The number altered for display, for example: ******1234
 | 
|    string16 ObfuscatedNumber() const;
 | 
|    // Credit card preview summary, for example: ******1234, Exp: 01/2020
 | 
| 
 |