| Index: chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
|
| diff --git a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
|
| index 32bbdd919c781bf7b615731098e802c905d88c8d..a9cede0f9753ea8be473b43fae32fdcd41e534e3 100644
|
| --- a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
|
| +++ b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.cc
|
| @@ -78,6 +78,7 @@ bool ContactInfoEditorViewController::ValidateModelAndSave() {
|
| if (profile_to_edit_) {
|
| PopulateProfile(profile_to_edit_);
|
| state()->GetPersonalDataManager()->UpdateProfile(*profile_to_edit_);
|
| + state()->profile_comparator()->Invalidate(*profile_to_edit_);
|
| } else {
|
| std::unique_ptr<autofill::AutofillProfile> profile =
|
| base::MakeUnique<autofill::AutofillProfile>();
|
|
|