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 2e7561db17a0203c4cd102f52fe91cd8d46db39f..37ecee00d1ffb533710bea587de45dd0edda0d29 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 |
@@ -156,7 +156,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() { |
@@ -175,7 +175,7 @@ cr.define('md_history.history_synced_tabs_test', function() { |
teardown(function() { |
element.syncedDevices = []; |
- element.searchedTerm = ''; |
+ element.searchTerm = ''; |
}); |
}); |
} |