| Index: chrome/browser/resources/options/profiles_icon_grid.js
|
| diff --git a/chrome/browser/resources/options/profiles_icon_grid.js b/chrome/browser/resources/options/profiles_icon_grid.js
|
| index 6e2d17b45dca3cdf4614d142fdca2bf9d0e34106..9d0401d0df354ed00ae2e062dc95595f371d150e 100644
|
| --- a/chrome/browser/resources/options/profiles_icon_grid.js
|
| +++ b/chrome/browser/resources/options/profiles_icon_grid.js
|
| @@ -37,7 +37,7 @@ cr.define('options', function() {
|
| ListItem.prototype.decorate.call(this);
|
| var imageEl = cr.doc.createElement('img');
|
| imageEl.className = 'profile-icon';
|
| - imageEl.style.content = cr.icon.getProfileAvatarIcon(this.iconURL_);
|
| + imageEl.style.content = cr.icon.getImage(this.iconURL_);
|
| this.appendChild(imageEl);
|
|
|
| this.className = 'profile-icon-grid-item';
|
|
|