Index: chrome/browser/resources/options/autofill_edit_creditcard_overlay.html |
diff --git a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html |
index 3c5b07f5a57bfdfad15b8dd42e997334128f6157..46058e92c0065de571ba69166d3395d8c9adf000 100644 |
--- a/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html |
+++ b/chrome/browser/resources/options/autofill_edit_creditcard_overlay.html |
@@ -1,4 +1,4 @@ |
-<div id="autofill-edit-credit-card-overlay" class="page" hidden> |
+<dialog id="autofill-edit-credit-card-overlay" class="page"> |
<div class="close-button"></div> |
<h1 id="autofill-credit-card-title"></h1> |
<div class="content-area"> |
@@ -28,4 +28,4 @@ |
<button id="autofill-edit-credit-card-apply-button" type="submit" |
class="default-button" i18n-content="ok" disabled></button> |
</div> |
-</div> |
+</dialog> |