Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
index 462a9570266185a873e4df2520c4aaba8a06cc60..1cdda0306634c485d334794f6ae8b9cb79d60e98 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html |
@@ -136,9 +136,11 @@ |
<div class="list-item two-line"> |
<a id="exception" href="[[item.linkUrl]]" target="_blank" |
class="start list-link">[[item.exceptionUrl]]</a> |
- <paper-icon-button id="removeExceptionButton" icon="close" |
- on-tap="onRemoveExceptionButtonTap_" tabindex$="[[tabIndex]]" |
- i18n-values="alt:deletePasswordException"></paper-icon-button> |
+ <paper-icon-button id="removeExceptionButton" |
+ icon="settings:close" on-tap="onRemoveExceptionButtonTap_" |
+ tabindex$="[[tabIndex]]" |
+ i18n-values="alt:deletePasswordException"> |
+ </paper-icon-button> |
</div> |
</template> |
</iron-list> |