| Index: chrome/browser/resources/history/history.html
|
| diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
|
| index 84dd098b3fb9503e4d69ed4d4f2c2b2b97349124..bbe5546a59441059698732fd31edd0183ee09a42 100644
|
| --- a/chrome/browser/resources/history/history.html
|
| +++ b/chrome/browser/resources/history/history.html
|
| @@ -27,6 +27,7 @@
|
| <link rel="stylesheet" href="other_devices.css">
|
| </if>
|
|
|
| +<script src="chrome://resources/js/action_link.js"></script>
|
| <script src="chrome://resources/js/assert.js"></script>
|
| <script src="chrome://resources/js/event_tracker.js"></script>
|
| <script src="chrome://resources/js/util.js"></script>
|
| @@ -122,13 +123,9 @@
|
| </span>
|
| </div>
|
| <div id="results-pagination">
|
| - <button id="newest-button" class="link-button" i18n-content="newest"
|
| - hidden>
|
| - </button>
|
| - <button id="newer-button" class="link-button" i18n-content="newer" hidden>
|
| - </button>
|
| - <button id="older-button" class="link-button" i18n-content="older" hidden>
|
| - </button>
|
| + <a is="action-link" id="newest-button" i18n-content="newest" hidden></a>
|
| + <a is="action-link" id="newer-button" i18n-content="newer" hidden></a>
|
| + <a is="action-link" id="older-button" i18n-content="older" hidden></a>
|
| </div>
|
| </div>
|
| </div>
|
|
|