Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
index c63a3925d8b7d3bbe772f8326885182aed2d8384..eef8e16014dde2f9097875298d0edce996e2c899 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
@@ -34,7 +34,7 @@ |
} |
</style> |
<template> |
- <cr-dialog id="dialog"> |
+ <dialog is="cr-dialog" id="dialog"> |
<div class="title">[[title_]]</div> |
<div class="body"> |
<paper-input id="nameInput" label="$i18n{creditCardName}" |
@@ -72,7 +72,7 @@ |
<paper-button id="saveButton" class="action-button" |
on-tap="onSaveButtonTap_">$i18n{save}</paper-button> |
</div> |
- </cr-dialog> |
+ </dialog> |
</template> |
<script src="/passwords_and_forms_page/credit_card_edit_dialog.js"></script> |
</dom-module> |