| Index: chrome/test/data/webui/history_browsertest.js
|
| diff --git a/chrome/test/data/webui/history_browsertest.js b/chrome/test/data/webui/history_browsertest.js
|
| index 5633e5e7fae2030cc398ced5f3595c8715b3ad42..4118c98e01a00b751452dae5265be818e37a5167 100644
|
| --- a/chrome/test/data/webui/history_browsertest.js
|
| +++ b/chrome/test/data/webui/history_browsertest.js
|
| @@ -261,8 +261,7 @@ function queryHistoryImpl(args, beginTime, history) {
|
| {
|
| term: searchText,
|
| finished: finished,
|
| - queryStartTime: queryStartTime,
|
| - queryEndTime: queryEndTime
|
| + queryInterval: queryStartTime + ' - ' + queryEndTime,
|
| },
|
| results);
|
| }
|
|
|