| Index: chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h b/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| index 55ef6331ee864c3055f735fa4034493314506098..cce2f807abb80afcca758999b6e2c04f90592443 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| @@ -45,10 +45,11 @@ enum class DialogViewID : int {
|
| SHIPPING_OPTION_DESCRIPTION,
|
| SHIPPING_OPTION_AMOUNT,
|
|
|
| - // Used in "three line labels" to annotate each Label of the grouping.
|
| - THREE_LINE_LABEL_LINE_1,
|
| - THREE_LINE_LABEL_LINE_2,
|
| - THREE_LINE_LABEL_LINE_3,
|
| + // Used in profile labels to annotate each line of the grouping.
|
| + PROFILE_LABEL_LINE_1,
|
| + PROFILE_LABEL_LINE_2,
|
| + PROFILE_LABEL_LINE_3,
|
| + PROFILE_LABEL_ERROR,
|
|
|
| // The following are views contained within the Payment Method Sheet.
|
| CONTACT_INFO_SHEET_LIST_VIEW,
|
|
|