Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
index 4716672725e0f2aa563dc0495fa4e4c2409f1e65..e8d55a729b4a53b632c4b426f33db95bba9d753e 100644 |
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
@@ -791,7 +791,7 @@ const ContentTypeToNibPath kNibPaths[] = { |
ContentSettingSimpleBubbleModel* simple_bubble = |
contentSettingBubbleModel_->AsSimpleBubbleModel(); |
- [[self bubble] setArrowLocation:info_bubble::kTopRight]; |
+ [[self bubble] setArrowLocation:info_bubble::kTopTrailing]; |
// Adapt window size to bottom buttons. Do this before all other layouting. |
if (simple_bubble && !simple_bubble->bubble_content().manage_text.empty()) |