| Index: chrome/test/data/webui/settings/about_page_tests.js
|
| diff --git a/chrome/test/data/webui/settings/about_page_tests.js b/chrome/test/data/webui/settings/about_page_tests.js
|
| index b094b634ffa21b3a002589767bd8877122adf198..701bcfcb4be9d325bb82c4bef6eb84d3dc056d24 100644
|
| --- a/chrome/test/data/webui/settings/about_page_tests.js
|
| +++ b/chrome/test/data/webui/settings/about_page_tests.js
|
| @@ -241,7 +241,7 @@ cr.define('settings_about_page', function() {
|
|
|
| fireStatusChanged(UpdateStatus.DISABLED_BY_ADMIN);
|
| assertEquals(null, icon.src);
|
| - assertEquals('cr:domain', icon.icon);
|
| + assertEquals('cr20:domain', icon.icon);
|
| assertEquals(0, statusMessageEl.textContent.trim().length);
|
|
|
| fireStatusChanged(UpdateStatus.FAILED);
|
|
|