| Index: chrome/test/data/webui/md_history/test_util.js
|
| diff --git a/chrome/test/data/webui/md_history/test_util.js b/chrome/test/data/webui/md_history/test_util.js
|
| index 50624e4955dce83c941b7d17f223484e3c89432c..b09085d595daf778326bc299c7fc8f2fb187bfd8 100644
|
| --- a/chrome/test/data/webui/md_history/test_util.js
|
| +++ b/chrome/test/data/webui/md_history/test_util.js
|
| @@ -90,8 +90,8 @@ function createHistoryInfo(searchTerm) {
|
| return {
|
| finished: true,
|
| hasSyncedResults: false,
|
| - queryEndTime: 'Monday',
|
| - queryStartTime: 'Tuesday',
|
| + queryInterval: 'Monday - Tuesday',
|
| + queryMonth: 'June',
|
| term: searchTerm || ''
|
| };
|
| }
|
|
|