| Index: chrome/browser/ui/views/payments/profile_list_view_controller.cc
|
| diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.cc b/chrome/browser/ui/views/payments/profile_list_view_controller.cc
|
| index 5e9ee751c93edc087613cf355e918b90e26436e4..b9cba9ec05ef8165fa90dfdf47655e0e1d373ae8 100644
|
| --- a/chrome/browser/ui/views/payments/profile_list_view_controller.cc
|
| +++ b/chrome/browser/ui/views/payments/profile_list_view_controller.cc
|
| @@ -102,7 +102,7 @@ class ShippingProfileViewController : public ProfileListViewController {
|
| }
|
|
|
| base::string16 GetHeaderString() override {
|
| - return l10n_util::GetStringUTF16(IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME);
|
| + return GetShippingAddressSectionString(request_->options()->shipping_type);
|
| }
|
|
|
| private:
|
|
|