| Index: chrome/browser/resources/md_history/app.vulcanized.html
|
| diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
|
| index 2500f4a52ca42977e04472f5a907fbf4bc01d481..36e29d1add3ea2acc25367bab45dc071a4c6f6e2 100644
|
| --- a/chrome/browser/resources/md_history/app.vulcanized.html
|
| +++ b/chrome/browser/resources/md_history/app.vulcanized.html
|
| @@ -2214,7 +2214,7 @@ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-s
|
| <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur_" incremental="" autofocus="">
|
| </paper-input-container>
|
| <template is="dom-if" if="[[hasSearchText_]]">
|
| - <paper-icon-button icon="cr:cancel" id="clearSearch" title="[[clearLabel]]" on-tap="hideSearch_">
|
| + <paper-icon-button icon="cr:cancel" id="clearSearch" title="[[clearLabel]]" on-tap="clearSearch_">
|
| </paper-icon-button>
|
| </template>
|
| </template>
|
|
|