Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4990)

Unified Diff: chrome/browser/ui/views/payments/payment_sheet_view_controller.h

Issue 2649683002: [Payments] Improve the closing of the PR dialog. (Closed)
Patch Set: addressed comments from sky Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/payments/payment_sheet_view_controller.h
diff --git a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
index 8e0a08c99af53c4af97206a008d16c38322a8839..38f77e12074aed76ac6a95971c05f278ac12c2c0 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -14,7 +14,7 @@
namespace payments {
class PaymentRequest;
-class PaymentRequestDialog;
+class PaymentRequestDialogView;
// The PaymentRequestSheetController subtype for the Payment Sheet screen of the
// Payment Request dialog.
@@ -23,7 +23,7 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
public:
// Does not take ownership of the arguments, which should outlive this object.
PaymentSheetViewController(PaymentRequest* request,
- PaymentRequestDialog* dialog);
+ PaymentRequestDialogView* dialog);
~PaymentSheetViewController() override;
// PaymentRequestSheetController:

Powered by Google App Engine
This is Rietveld 408576698