| Index: chrome/browser/ui/autofill/autofill_dialog_types.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| index 8b0fdb48078dc19e5514bf53f1087dcd99a9538c..88b54e65a0304c780f161e7afd007c68017e42b9 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| @@ -72,10 +72,9 @@ enum DialogSection {
|
| // The wallet-backed dialog uses a combined CC and billing section.
|
| SECTION_CC_BILLING,
|
| SECTION_SHIPPING,
|
| - SECTION_EMAIL,
|
|
|
| // Upper boundary value for looping over all sections.
|
| - SECTION_MAX = SECTION_EMAIL
|
| + SECTION_MAX = SECTION_SHIPPING
|
| };
|
|
|
| // A notification to show in the autofill dialog. Ranges from information to
|
|
|