| Index: chrome/browser/ui/views/payments/payment_method_view_controller.cc
|
| diff --git a/chrome/browser/ui/views/payments/payment_method_view_controller.cc b/chrome/browser/ui/views/payments/payment_method_view_controller.cc
|
| index 38a7973cf77d73089bbd56f9de3916e7d726ac98..3d6e102429b6fbc927c3dcef056144748f55835d 100644
|
| --- a/chrome/browser/ui/views/payments/payment_method_view_controller.cc
|
| +++ b/chrome/browser/ui/views/payments/payment_method_view_controller.cc
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "chrome/browser/ui/views/payments/payment_request_dialog.h"
|
| +#include "chrome/browser/ui/views/payments/payment_request_dialog_view.h"
|
| #include "chrome/browser/ui/views/payments/payment_request_views_util.h"
|
| #include "components/payments/payment_request.h"
|
| #include "components/strings/grit/components_strings.h"
|
| @@ -18,8 +18,9 @@
|
| namespace payments {
|
|
|
| PaymentMethodViewController::PaymentMethodViewController(
|
| - PaymentRequest* request, PaymentRequestDialog* dialog)
|
| - : PaymentRequestSheetController(request, dialog) {}
|
| + PaymentRequest* request,
|
| + PaymentRequestDialogView* dialog)
|
| + : PaymentRequestSheetController(request, dialog) {}
|
|
|
| PaymentMethodViewController::~PaymentMethodViewController() {}
|
|
|
|
|