| Index: components/autofill/core/browser/autofill_metrics.cc
|
| diff --git a/components/autofill/core/browser/autofill_metrics.cc b/components/autofill/core/browser/autofill_metrics.cc
|
| index 82befa42225e539b88ad671fbd267f62b3ddb46e..508d00c666fb0860451c7f91cbc1f3623961f777 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.cc
|
| +++ b/components/autofill/core/browser/autofill_metrics.cc
|
| @@ -31,7 +31,7 @@ enum FieldTypeGroupForMetrics {
|
| GROUP_PHONE,
|
| GROUP_FAX, // Deprecated.
|
| GROUP_EMAIL,
|
| - GROUP_CREDIT_CARD_NAME,
|
| + GROUP_CREDIT_CARD_NAME_FULL,
|
| GROUP_CREDIT_CARD_NUMBER,
|
| GROUP_CREDIT_CARD_DATE,
|
| GROUP_CREDIT_CARD_TYPE,
|
| @@ -129,8 +129,8 @@ int GetFieldTypeGroupMetric(ServerFieldType field_type,
|
|
|
| case CREDIT_CARD:
|
| switch (field_type) {
|
| - case CREDIT_CARD_NAME:
|
| - group = GROUP_CREDIT_CARD_NAME;
|
| + case CREDIT_CARD_NAME_FULL:
|
| + group = GROUP_CREDIT_CARD_NAME_FULL;
|
| break;
|
| case CREDIT_CARD_NUMBER:
|
| group = GROUP_CREDIT_CARD_NUMBER;
|
|
|