| 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 a15adda171e04819b65b67d7bb3770fe82f293ea..6a044dd602d6b44f3ad4a307f45d1c9979e5c670 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/strings/string16.h"
|
| +#include "components/payments/content/payment_request.mojom.h"
|
|
|
| namespace autofill {
|
| class AutofillProfile;
|
| @@ -88,6 +89,11 @@ std::unique_ptr<views::Border> CreatePaymentRequestRowBorder();
|
| // Creates a label with a bold font.
|
| std::unique_ptr<views::Label> CreateBoldLabel(const base::string16& text);
|
|
|
| +base::string16 GetShippingAddressSectionString(
|
| + payments::mojom::PaymentShippingType shipping_type);
|
| +base::string16 GetShippingOptionSectionString(
|
| + payments::mojom::PaymentShippingType shipping_type);
|
| +
|
| } // namespace payments
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_VIEWS_UTIL_H_
|
|
|