| Index: components/autofill/core/browser/credit_card_field_unittest.cc
|
| diff --git a/components/autofill/core/browser/credit_card_field_unittest.cc b/components/autofill/core/browser/credit_card_field_unittest.cc
|
| index 037a302c340359eaef21595384e09f04342dddfc..edcc8f4cfb5a68b795850dd142ee18f68b16fe31 100644
|
| --- a/components/autofill/core/browser/credit_card_field_unittest.cc
|
| +++ b/components/autofill/core/browser/credit_card_field_unittest.cc
|
| @@ -21,7 +21,7 @@ class CreditCardFieldTest : public testing::Test {
|
| virtual ~CreditCardFieldTest() {}
|
|
|
| protected:
|
| - ScopedVector<const AutofillField> list_;
|
| + ScopedVector<AutofillField> list_;
|
| scoped_ptr<const CreditCardField> field_;
|
| ServerFieldTypeMap field_type_map_;
|
|
|
|
|