| Index: chrome/browser/autofill/credit_card.h
 | 
| ===================================================================
 | 
| --- chrome/browser/autofill/credit_card.h	(revision 42370)
 | 
| +++ chrome/browser/autofill/credit_card.h	(working copy)
 | 
| @@ -30,6 +30,8 @@
 | 
|    virtual void SetInfo(const AutoFillType& type, const string16& value);
 | 
|    const string16& Label() const { return label_; }
 | 
|  
 | 
| +  // The number altered for display, for example: ******1234
 | 
| +  string16 ObfuscatedNumber() const;
 | 
|    // Credit card preview summary, for example: ******1234, Exp: 01/2020
 | 
|    string16 PreviewSummary() const;
 | 
|  
 | 
| 
 |