| 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 3744c8b3d5a70a65bd112d95732815473a6255b0..ccc555f1069297254ab3f10f930535d5ac1f8edc 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
|
| @@ -29,10 +29,11 @@ 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.
|
| - // Additionally, |credit_card| could be nullptr if we are adding a card. Else,
|
| - // it's a valid pointer to a card that needs to be updated, and which will
|
| - // outlive this controller.
|
| + // Does not take ownership of the arguments (except for the |on_edited| and
|
| + // |on_added| callbacks), which should outlive this object. Additionally,
|
| + // |credit_card| could be nullptr if we are adding a card. Else, it's a valid
|
| + // pointer to a card that needs to be updated, and which will outlive this
|
| + // controller.
|
| CreditCardEditorViewController(
|
| PaymentRequestSpec* spec,
|
| PaymentRequestState* state,
|
|
|