| Index: chrome/browser/ui/views/payments/editor_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/editor_view_controller.h b/chrome/browser/ui/views/payments/editor_view_controller.h
|
| index afc14a338dca50f0fa4775539c24d55ed0dfbfb1..9cabb679721442f8b6fa2f36e700948e05392ce6 100644
|
| --- a/chrome/browser/ui/views/payments/editor_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/editor_view_controller.h
|
| @@ -36,7 +36,8 @@ class View;
|
|
|
| namespace payments {
|
|
|
| -class PaymentRequest;
|
| +class PaymentRequestSpec;
|
| +class PaymentRequestState;
|
| class PaymentRequestDialogView;
|
| class ValidatingCombobox;
|
| class ValidatingTextfield;
|
| @@ -89,7 +90,8 @@ class EditorViewController : public PaymentRequestSheetController,
|
| std::map<const EditorField, views::Label*, EditorField::Compare>;
|
|
|
| // Does not take ownership of the arguments, which should outlive this object.
|
| - EditorViewController(PaymentRequest* request,
|
| + EditorViewController(PaymentRequestSpec* spec,
|
| + PaymentRequestState* state,
|
| PaymentRequestDialogView* dialog);
|
| ~EditorViewController() override;
|
|
|
|
|