| Index: chrome/browser/ui/views/payments/order_summary_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/order_summary_view_controller.h b/chrome/browser/ui/views/payments/order_summary_view_controller.h
|
| index 5d864f99658ca82d014374ea1f94ab96cad37621..9f052699fbb4d1135fa05803961f9d59b61cd300 100644
|
| --- a/chrome/browser/ui/views/payments/order_summary_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/order_summary_view_controller.h
|
| @@ -12,7 +12,7 @@
|
| namespace payments {
|
|
|
| class PaymentRequest;
|
| -class PaymentRequestDialog;
|
| +class PaymentRequestDialogView;
|
|
|
| // The PaymentRequestSheetController subtype for the Order Summary screen of the
|
| // Payment Request flow.
|
| @@ -21,7 +21,7 @@ class OrderSummaryViewController : public PaymentRequestSheetController,
|
| public:
|
| // Does not take ownership of the arguments, which should outlive this object.
|
| OrderSummaryViewController(PaymentRequest* request,
|
| - PaymentRequestDialog* dialog);
|
| + PaymentRequestDialogView* dialog);
|
| ~OrderSummaryViewController() override;
|
|
|
| // PaymentRequestSheetController:
|
|
|