| Index: chrome/test/data/webui/md_history/history_card_manager_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_card_manager_test.js b/chrome/test/data/webui/md_history/history_card_manager_test.js
|
| index 6e511db02cf9cefe060bc1ddab1d7ad87a2a1da0..3b350a6a7e9fc62dac808c2858a7932d9ee3fb32 100644
|
| --- a/chrome/test/data/webui/md_history/history_card_manager_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_card_manager_test.js
|
| @@ -51,7 +51,7 @@ cr.define('md_history.history_card_manager_test', function() {
|
| });
|
|
|
| setup(function() {
|
| - element.addNewResults(TEST_HISTORY_RESULTS);
|
| + element.addNewResults(TEST_HISTORY_RESULTS, '');
|
| });
|
|
|
| test('splitting items by day', function() {
|
| @@ -106,7 +106,7 @@ cr.define('md_history.history_card_manager_test', function() {
|
| });
|
|
|
| test('updating history results', function() {
|
| - element.addNewResults(ADDITIONAL_RESULTS);
|
| + element.addNewResults(ADDITIONAL_RESULTS, '');
|
|
|
| assertEquals(5, element.historyDataByDay_.length);
|
|
|
|
|