| 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 00fe411783470d9eea5a6999013819c60ea8bf70..d59866141b6de446abb409d2914895469ac2f6e5 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
|
| @@ -232,7 +232,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
|
|
|
| test('no synced tabs message', function() {
|
| // When user is not logged in, there is no synced tabs.
|
| - element.signInState_ = false;
|
| + element.signInState = false;
|
| element.syncedDevices_ = [];
|
| return flush().then(function() {
|
| assertTrue(element.$['no-synced-tabs'].hidden);
|
|
|