| 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 459008b0719e08c9176e5efe9f2bd98b72029c28..ed2bef80bd50a0e7aa93a758a2cf7c7da1738164 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| @@ -71,10 +71,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
|
|
|