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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.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_tooltip_controller.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm
index b2a66dc7c08efb0167739d9677dc27b49a38f850..5cefe06786198008d504a3cd1a934aef6498d8ec 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.mm
@@ -102,7 +102,7 @@ CGFloat kTooltipInset = 10;
@synthesize message = message_;
-- (id)initWithArrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation {
+- (id)initWithArrowLocation:(views::BubbleBorder::Arrow)arrowLocation {
if ((self = [super init])) {
arrowLocation_ = arrowLocation;
view_.reset([[AutofillTooltip alloc] init]);

Powered by Google App Engine
This is Rietveld 408576698