| Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| index 54fa903eec0f8406e436a1f3f197f5cb5d8c6275..68c237a8829e056582b482dcd87a93bcf0c87844 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| @@ -118,7 +118,7 @@
|
| browserWindowControllerForWindow:[self parentWindow]];
|
| anchorPoint = [controller locationBarBridge]->GetBubblePointForDecoration(
|
| [self decorationForBubble]);
|
| - arrow = info_bubble::kTopRight;
|
| + arrow = info_bubble::kTopTrailing;
|
| } else {
|
| // Center the bubble if there's no location bar.
|
| NSRect contentFrame = [[[self parentWindow] contentView] frame];
|
|
|