| Index: chrome/browser/ui/views/payments/payment_method_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_method_view_controller.h b/chrome/browser/ui/views/payments/payment_method_view_controller.h
|
| index b9f101bdbe6000f2644077f93bbcba82a2877d17..d5c14221ccb6b331c04833d4901b0c89a4bb3954 100644
|
| --- a/chrome/browser/ui/views/payments/payment_method_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/payment_method_view_controller.h
|
| @@ -11,7 +11,8 @@
|
|
|
| namespace payments {
|
|
|
| -class PaymentRequest;
|
| +class PaymentRequestSpec;
|
| +class PaymentRequestState;
|
| class PaymentRequestDialogView;
|
|
|
| // The PaymentRequestSheetController subtype for the Payment Method screen of
|
| @@ -19,7 +20,8 @@ class PaymentRequestDialogView;
|
| class PaymentMethodViewController : public PaymentRequestSheetController {
|
| public:
|
| // Does not take ownership of the arguments, which should outlive this object.
|
| - PaymentMethodViewController(PaymentRequest* request,
|
| + PaymentMethodViewController(PaymentRequestSpec* spec,
|
| + PaymentRequestState* state,
|
| PaymentRequestDialogView* dialog);
|
| ~PaymentMethodViewController() override;
|
|
|
|
|