Index: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html |
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html |
index 0b0081dc3280b33bae55914ab1d60aacf7d4b4ba..5e026f28869abfd192b9558697772fbd999d81fe 100644 |
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html |
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html |
@@ -11,7 +11,7 @@ |
<dom-module id="easy-unlock-turn-off-dialog"> |
<template> |
<style include="settings-shared"></style> |
- <cr-dialog id="dialog"> |
+ <dialog is="cr-dialog" id="dialog"> |
<div class="title">[[getTitleText_(state_)]]</div> |
<div class="body"> |
[[getDescriptionText_(state_)]] |
@@ -28,7 +28,7 @@ |
[[getTurnOffButtonText_(state_)]] |
</paper-button> |
</div> |
- </cr-dialog> |
+ </dialog> |
</template> |
<script src="easy_unlock_turn_off_dialog.js"></script> |
</dom-module> |