| 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;
|
|
|