Index: chrome/test/data/webui/md_history/history_supervised_user_test.js |
diff --git a/chrome/test/data/webui/md_history/history_supervised_user_test.js b/chrome/test/data/webui/md_history/history_supervised_user_test.js |
index a7c23ae29f90c75b13ac7afc33e07ae96a59c667..0c648712ced8ff4d473ff17234c4463332d557a0 100644 |
--- a/chrome/test/data/webui/md_history/history_supervised_user_test.js |
+++ b/chrome/test/data/webui/md_history/history_supervised_user_test.js |
@@ -39,12 +39,12 @@ cr.define('md_history.history_supervised_user_test', function() { |
assertTrue(false); |
}); |
- element.historyData[0].selected = true; |
+ element.historyData_[0].selected = true; |
toolbar.onDeleteTap_(); |
}); |
teardown(function() { |
- element.historyData = []; |
+ element.historyData_ = []; |
element.searchedTerm = ''; |
}); |
}); |