Index: ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js |
diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js |
index 5763ff2b8d72e495c0b8f432d1929c10feb0d4ee..c650ff3e18fc24807bd960a0ccda7a7787e0ffc2 100644 |
--- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js |
+++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector.js |
@@ -39,6 +39,6 @@ Polymer({ |
* @private |
*/ |
getIconImageset_: function(iconUrl) { |
- return cr.icon.getProfileAvatarIcon(iconUrl); |
+ return cr.icon.getImage(iconUrl); |
}, |
}); |