Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8574)

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_section_container.mm

Issue 1162393003: Replace info_bubble::BubbleArrowLocation with views::BubbleBorder::Arrow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile in test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
index e01730af0540c32e6939a3e2dcf62f3ed9233a41..92446d5743cf6026adc22c7492c39f8d47328c5a 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
@@ -675,9 +675,8 @@ bool ShouldOverwriteComboboxes(autofill::DialogSection section,
DCHECK(success);
if ([tooltipText length] > 0) {
if (!tooltipController_) {
- tooltipController_.reset(
- [[AutofillTooltipController alloc]
- initWithArrowLocation:info_bubble::kTopRight]);
+ tooltipController_.reset([[AutofillTooltipController alloc]
+ initWithArrowLocation:views::BubbleBorder::TOP_RIGHT]);
}
tooltipField_ = field.get();
NSImage* icon =

Powered by Google App Engine
This is Rietveld 408576698