| Index: chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_grouped_list_test.js b/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| index 108e7b6ffd46d4f068e1240a58e0a89353ab0020..1b990afafa0f8e05f7f86ee11b2af55edaee26c1 100644
|
| --- a/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| @@ -18,7 +18,7 @@ cr.define('md_history.history_grouped_list_test', function() {
|
| app.grouped_ = true;
|
|
|
| toolbar = app.$['toolbar'];
|
| - sidebar = app.$['side-bar'];
|
| + sidebar = app.$['content-side-bar'];
|
|
|
| SIMPLE_RESULTS = [
|
| createHistoryEntry('2016-03-16', 'https://www.google.com/'),
|
|
|