| Index: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| index 02bbee13a5c47990d044fcc3c72a1b718882d494..0ab3bafc8c94a94b883a4064e77b35a3f70d0126 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.h
|
| @@ -29,7 +29,7 @@
|
| - (id)initWithParentWindow:(NSWindow*)parentWindow
|
| message:(NSString*)message
|
| inset:(NSSize)inset
|
| - arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation;
|
| + arrowLocation:(views::BubbleBorder::Arrow)arrowLocation;
|
|
|
| // Maximum width that the bubble will occupy, regardless of message size.
|
| - (CGFloat)maxWidth;
|
|
|