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 4c00e6e6a9a7c153ff6cfe67622fe1312145f7f4..e31fa493b43b548a1e1ea58a3ad4ce94654f3205 100644 |
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm |
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm |
@@ -1231,7 +1231,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver, |
forAttribute:NSAccessibilityHelpAttribute]; |
[[self bubble] setAlignment:info_bubble::kAlignRightEdgeToAnchorEdge]; |
- [[self bubble] setArrowLocation:info_bubble::kNoArrow]; |
+ [[self bubble] setArrowLocation:views::BubbleBorder::NONE]; |
[[self bubble] setBackgroundColor:GetDialogBackgroundColor()]; |
[self initMenuContentsWithView:viewMode_]; |
} |