| 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 b2b55f8141b50264d1d86c4f210e36fc0326b1bd..53f88139d12b57ef01f9968e0f0e35217fcf51fc 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1367,7 +1367,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| l10n_util::GetNSString(IDS_PROFILES_NEW_AVATAR_MENU_ACCESSIBLE_NAME)
|
| forAttribute:NSAccessibilityHelpAttribute];
|
|
|
| - [[self bubble] setAlignment:info_bubble::kAlignRightEdgeToAnchorEdge];
|
| + [[self bubble] setAlignment:info_bubble::kAlignTrailingEdgeToAnchorEdge];
|
| [[self bubble] setArrowLocation:info_bubble::kNoArrow];
|
| [[self bubble] setBackgroundColor:GetDialogBackgroundColor()];
|
| [self initMenuContentsWithView:viewMode_];
|
|
|