| 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 47215afa09d871b6db5406a405d7b2076eed5c75..9fc948b430cbcef12c619723f83735c52a6d01d7 100644
|
| --- a/chrome/browser/resources/print_preview/search/destination_list.html
|
| +++ b/chrome/browser/resources/print_preview/search/destination_list.html
|
| @@ -2,11 +2,11 @@
|
| <header>
|
| <h4 class="title"></h4>
|
| <button class="action-link link-button" hidden></button>
|
| + <div class="throbber-container">
|
| + <div class="throbber"></div>
|
| + </div>
|
| </header>
|
| <ul></ul>
|
| - <div class="throbber-container">
|
| - <div class="throbber"></div>
|
| - </div>
|
| <div class="no-destinations-message"
|
| i18n-content="noDestinationsMessage"></div>
|
| <footer hidden>
|
|
|