| Index: components/autofill/core/browser/credit_card_field.h
|
| diff --git a/components/autofill/core/browser/credit_card_field.h b/components/autofill/core/browser/credit_card_field.h
|
| index 2b5cda3867f715750ab913a0366e7bb918c41ee0..119e1ab79dd8e37252ca5fc54378d7d8ae9dd920 100644
|
| --- a/components/autofill/core/browser/credit_card_field.h
|
| +++ b/components/autofill/core/browser/credit_card_field.h
|
| @@ -24,7 +24,7 @@ class CreditCardField : public FormField {
|
|
|
| protected:
|
| // FormField:
|
| - virtual bool ClassifyField(FieldTypeMap* map) const OVERRIDE;
|
| + virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(CreditCardFieldTest, ParseMiniumCreditCard);
|
|
|