| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index cc431404edf2a2f2462dc6626df158fed32d6414..31e1531cb686fc151a4a721f467d280265e4a6c9 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1635,7 +1635,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| [[NSImageView alloc] initWithFrame:NSZeroRect]);
|
| int imageId = browser_->profile()->IsChild()
|
| ? IDR_ICON_PROFILES_MENU_CHILD
|
| - : IDR_ICON_PROFILES_MENU_SUPERVISED;
|
| + : IDR_ICON_PROFILES_MENU_LEGACY_SUPERVISED;
|
| ui::ResourceBundle* rb = &ui::ResourceBundle::GetSharedInstance();
|
| [supervisedIcon setImage:rb->GetNativeImageNamed(imageId).ToNSImage()];
|
| NSSize size = [[supervisedIcon image] size];
|
|
|