| Index: chrome/browser/resources/print_preview/search/destination_list.html
|
| diff --git a/chrome/browser/resources/print_preview/search/destination_list.html b/chrome/browser/resources/print_preview/search/destination_list.html
|
| index 9fc948b430cbcef12c619723f83735c52a6d01d7..fe4bd8172980cc6e3d96da1b90d66ecd3c3d8a6c 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list.html
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list.html
|
| @@ -1,7 +1,7 @@
|
| <div id="destination-list-template" class="destination-list" hidden>
|
| <header>
|
| <h4 class="title"></h4>
|
| - <button class="action-link link-button" hidden></button>
|
| + <a is="action-link" class="action-link" hidden></a>
|
| <div class="throbber-container">
|
| <div class="throbber"></div>
|
| </div>
|
|
|