| Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| index 4b3a1ce071020f3c0d2d37c82cb6321deb5f457c..281066440d4c196e5c19f8e2eb6ab691e19e5ba9 100644
|
| --- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| @@ -17,14 +17,16 @@
|
|
|
| namespace payments {
|
|
|
| -class PaymentRequest;
|
| +class PaymentRequestSpec;
|
| +class PaymentRequestState;
|
| class PaymentRequestDialogView;
|
|
|
| // Credit card editor screen of the Payment Request flow.
|
| class CreditCardEditorViewController : public EditorViewController {
|
| public:
|
| // Does not take ownership of the arguments, which should outlive this object.
|
| - CreditCardEditorViewController(PaymentRequest* request,
|
| + CreditCardEditorViewController(PaymentRequestSpec* spec,
|
| + PaymentRequestState* state,
|
| PaymentRequestDialogView* dialog);
|
| ~CreditCardEditorViewController() override;
|
|
|
|
|