| Index: chrome/browser/ui/views/payments/shipping_list_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/shipping_list_view_controller.h b/chrome/browser/ui/views/payments/shipping_list_view_controller.h
|
| index 22b4ae5303f98ef18d06f8fab8add300d66697cc..3a2fc6ebcdaa128b5f7cc395f8458c207fbb14c8 100644
|
| --- a/chrome/browser/ui/views/payments/shipping_list_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/shipping_list_view_controller.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_SHIPPING_LIST_VIEW_CONTROLLER_H_
|
|
|
| #include "base/macros.h"
|
| +#include "chrome/browser/ui/views/payments/payment_request_item_list.h"
|
| #include "chrome/browser/ui/views/payments/payment_request_sheet_controller.h"
|
|
|
| namespace payments {
|
| @@ -26,8 +27,7 @@ class ShippingListViewController : public PaymentRequestSheetController {
|
| std::unique_ptr<views::View> CreateView() override;
|
|
|
| private:
|
| - std::unique_ptr<views::Button> CreateAddressRow(
|
| - std::unique_ptr<views::View> content);
|
| + PaymentRequestItemList list_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShippingListViewController);
|
| };
|
|
|