diff options
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 13e8e1d..b70b816 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -350,7 +350,7 @@ </if> <if expr="not is_android and not is_ios and not pp_ifdef('chromeos')"> <!-- TODO(noms): Remove this once local profile avatars are migrated --> - <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVATAR" file="avatar_user_color.png" /> + <structure type="chrome_scaled_image" name="IDR_USER_MANAGER_DEFAULT_AVATAR" file="login_guest.png" /> </if> <if expr="pp_ifdef('chromeos')"> <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="icon_add_user24.png" /> |