| Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| index f122a8d78fd873388e8451ceb954ca54cadac2f1..60e80096678417461c72ba1066046b7cfe23230f 100644
|
| --- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| @@ -162,7 +162,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
|
| // Ensure separators between windows are added appropriately.
|
| assertEquals(1, numWindowSeparators(cards[0]));
|
| assertEquals(3, numWindowSeparators(cards[1]));
|
| - element.searchedTerm = 'g';
|
| + element.searchTerm = 'g';
|
|
|
| return flush();
|
| }).then(function() {
|
| @@ -255,7 +255,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
|
|
|
| teardown(function() {
|
| element.syncedDevices = [];
|
| - element.searchedTerm = '';
|
| + element.searchTerm = '';
|
| });
|
| });
|
| }
|
|
|