| Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| index f3c9034e7e793ff989ccf9a9d3cfa7793e49f520..afff094908bfd31fbb7f7e0e08e572b6b83596de 100644
|
| --- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| +++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| @@ -190,7 +190,7 @@ bool CreditCardEditorViewController::ValidateModelAndSave() {
|
| return false;
|
|
|
| // Add the card (will not add a duplicate).
|
| - request()->GetPersonalDataManager()->AddCreditCard(credit_card);
|
| + request()->state()->GetPersonalDataManager()->AddCreditCard(credit_card);
|
|
|
| return true;
|
| }
|
|
|