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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h

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.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
index 2392c07a620af8568b93c248e9a03dbb838aca39..91952175c4cfa260dfb54202b26df21e081cb0a4 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller.h
@@ -20,7 +20,7 @@
base::scoped_nsobject<AutofillTooltip> view_;
AutofillBubbleController* bubbleController_;
NSString* message_;
- info_bubble::BubbleArrowLocation arrowLocation_;
+ views::BubbleBorder::Arrow arrowLocation_;
// Indicates whether a tooltip bubble should show. YES when hovering on icon
// or tooltip bubble.
@@ -33,7 +33,7 @@
// |message| to display in the tooltip.
@property(copy, nonatomic) NSString* message;
-- (id)initWithArrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
+- (id)initWithArrowLocation:(views::BubbleBorder::Arrow)arrowLocation;
- (void)setImage:(NSImage*)image;
@end;

Powered by Google App Engine
This is Rietveld 408576698