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

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

Issue 2611253004: [Payment Request] Change the lifetime management of PaymentRequestImpl (Closed)
Patch Set: PaymentRequestImpl -> PaymentRequest 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 20e451df1c1fdaefd546613de630bb7bf5935628..1b89b000fbf8fe45e5d22536610803d59b0c4cc8 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -11,7 +11,7 @@
namespace payments {
-class PaymentRequestImpl;
+class PaymentRequest;
class PaymentRequestDialog;
// The PaymentRequestSheetController subtype for the Payment Sheet screen of the
@@ -20,7 +20,7 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
public views::VectorIconButtonDelegate {
public:
// Does not take ownership of the arguments, which should outlive this object.
- PaymentSheetViewController(PaymentRequestImpl* impl,
+ PaymentSheetViewController(PaymentRequest* request,
PaymentRequestDialog* dialog);
~PaymentSheetViewController() override;

Powered by Google App Engine
This is Rietveld 408576698