Chromium Code Reviews| Index: chrome/browser/autofill/credit_card.cc |
| diff --git a/chrome/browser/autofill/credit_card.cc b/chrome/browser/autofill/credit_card.cc |
| index dcebb323c2300dfa9db92a9cd03afbff67564ed0..4a9483efae9e83fa69fcb1112be808f697bc57ac 100644 |
| --- a/chrome/browser/autofill/credit_card.cc |
| +++ b/chrome/browser/autofill/credit_card.cc |
| @@ -39,7 +39,8 @@ CreditCard::CreditCard(const CreditCard& card) : FormGroup() { |
| CreditCard::CreditCard() |
| : expiration_month_(0), |
| - expiration_year_(0) { |
| + expiration_year_(0), |
| + unique_id_(0) { |
| } |
| FormGroup* CreditCard::Clone() const { |