| Index: chrome/browser/ui/views/payments/payment_request_views_util.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.h b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| index 6a044dd602d6b44f3ad4a307f45d1c9979e5c670..c7cfbc6444559f3102aa5a2811313ac5d0f91d13 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| @@ -79,8 +79,8 @@ std::unique_ptr<views::View> GetContactInfoLabel(
|
| const std::string& locale,
|
| const autofill::AutofillProfile& profile,
|
| bool show_payer_name,
|
| - bool show_payer_email,
|
| - bool show_payer_phone);
|
| + bool show_payer_phone,
|
| + bool show_payer_email);
|
|
|
| // Creates a views::Border object that can paint the gray horizontal ruler used
|
| // as a separator between items in the Payment Request dialog.
|
|
|