Chromium Code Reviews| Index: chrome/browser/autofill/credit_card.h |
| =================================================================== |
| --- chrome/browser/autofill/credit_card.h (revision 37081) |
| +++ chrome/browser/autofill/credit_card.h (working copy) |
| @@ -16,6 +16,7 @@ |
| CreditCard(const string16& label, int unique_id); |
| // For use in STL containers. |
| CreditCard(const CreditCard& card); |
| + CreditCard(); |
| // FormGroup implementation: |
| FormGroup* Clone() const; |