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 79e6321e64b595a5399424158265447d131360fd..196910c39f2d00193239af11532e63258f3f84bc 100644 |
--- a/components/autofill/core/browser/autofill_profile.cc |
+++ b/components/autofill/core/browser/autofill_profile.cc |
@@ -1108,6 +1108,7 @@ FormGroup* AutofillProfile::MutableFormGroupForType(const AutofillType& type) { |
case NO_GROUP: |
case CREDIT_CARD: |
case PASSWORD_FIELD: |
+ case USERNAME_FIELD: |
case TRANSACTION: |
return NULL; |
} |