Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm |
index ad0410f1cbebb2a2d2da109a697f58d49b8072b9..89b310a2e7d414f9c6bc57d73c1e8338ed5f6302 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.mm |
@@ -83,7 +83,8 @@ const SkColor kLegalDocumentsTextColor = SkColorSetRGB(102, 102, 102); |
[[self view] addSubview:saveInChromeCheckbox_]; |
saveInChromeTooltip_.reset( |
- [[AutofillTooltipController alloc] init]); |
+ [[AutofillTooltipController alloc] |
+ initWithArrowLocation:info_bubble::kTopCenter]); |
[saveInChromeTooltip_ setImage: |
ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed( |
IDR_AUTOFILL_TOOLTIP_ICON).ToNSImage()]; |