Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
index 1a62aeb0446a3d0abe4bdc5c251426bd94008c90..b0807642f534625e2cf6274cb78113b7f4f375da 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
@@ -71,7 +71,7 @@ |
</cr-shared-menu> |
<template is="dom-if" if="[[activeAddress]]" restamp> |
<settings-address-edit-dialog address="[[activeAddress]]" |
- on-iron-overlay-closed="unstampAddressEditDialog_"> |
+ on-close="unstampAddressEditDialog_"> |
</settings-address-edit-dialog> |
</template> |
<div class="heading">$i18n{creditCards}</div> |
@@ -122,7 +122,7 @@ |
</cr-shared-menu> |
<template is="dom-if" if="[[activeCreditCard]]" restamp> |
<settings-credit-card-edit-dialog credit-card="[[activeCreditCard]]" |
- on-iron-overlay-closed="unstampCreditCardEditDialog_"> |
+ on-close="unstampCreditCardEditDialog_"> |
</settings-credit-card-edit-dialog> |
</template> |
</template> |