Chromium Code Reviews| Index: components/autofill/core/browser/autofill_profile.cc |
| diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc |
| index 6e18011e5c439f5a43bd53c1bf9154879f183fa4..11014350fcf2684061cff8a0b890a0811502c8fe 100644 |
| --- a/components/autofill/core/browser/autofill_profile.cc |
| +++ b/components/autofill/core/browser/autofill_profile.cc |
| @@ -862,6 +862,7 @@ FormGroup* AutofillProfile::MutableFormGroupForType(const AutofillType& type) { |
| case NO_GROUP: |
| case CREDIT_CARD: |
| + case PASSWORD_FIELD: |
| return NULL; |
| } |