| 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 24410edf5e7c875f8c2d6003dca88828673e75b7..51c2b5860fc6401cf97896850bef71bb56a85300 100644
|
| --- a/chrome/browser/resources/md_history/list_container.html
|
| +++ b/chrome/browser/resources/md_history/list_container.html
|
| @@ -38,7 +38,7 @@
|
| </history-list>
|
| <template is="dom-if" if="[[grouped]]">
|
| <history-grouped-list id="grouped-list"
|
| - range="[[groupedRange]]"
|
| + range="[[queryState.range]]"
|
| query-interval="[[queryResult.info.queryInterval]]"
|
| searched-term="[[queryResult.info.term]]">
|
| </history-grouped-list>
|
|
|