| Index: chrome/browser/resources/md_history/list_container.html
|
| diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
|
| index f86051e01d2fd3e9276cabd6222f17ed3597843f..553ad3af5e9a5ebc52b31e6989396f22795b14ce 100644
|
| --- a/chrome/browser/resources/md_history/list_container.html
|
| +++ b/chrome/browser/resources/md_history/list_container.html
|
| @@ -46,7 +46,7 @@
|
| </template>
|
| </iron-pages>
|
|
|
| - <cr-dialog id="dialog">
|
| + <dialog is"cr-dialog" id="dialog">
|
| <div class="title">$i18n{removeSelected}</div>
|
| <div class="body">$i18n{deleteWarning}</div>
|
| <div class="button-container">
|
| @@ -58,7 +58,7 @@
|
| $i18n{deleteConfirm}
|
| </paper-button>
|
| </div>
|
| - </cr-dialog>
|
| + </dialog>
|
|
|
| <cr-shared-menu id="sharedMenu">
|
| <paper-item id="menuMoreButton" on-tap="onMoreFromSiteTap_">
|
|
|