| Index: chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm
|
| index 31aebc1891f9c377e50c562949059d52d151144d..b1afa0391f27495049a510e09a75cd03210fc837 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_bubble_controller.mm
|
| @@ -32,13 +32,13 @@ const CGFloat kMaxLabelWidth =
|
| return [self initWithParentWindow:parentWindow
|
| message:message
|
| inset:NSMakeSize(kLabelInset, kLabelInset)
|
| - arrowLocation:info_bubble::kTopCenter];
|
| + arrowLocation:views::BubbleBorder::TOP_CENTER];
|
| }
|
|
|
| - (id)initWithParentWindow:(NSWindow*)parentWindow
|
| message:(NSString*)message
|
| inset:(NSSize)inset
|
| - arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation {
|
| + arrowLocation:(views::BubbleBorder::Arrow)arrowLocation {
|
| base::scoped_nsobject<InfoBubbleWindow> window(
|
| [[InfoBubbleWindow alloc] initWithContentRect:NSMakeRect(0, 0, 200, 100)
|
| styleMask:NSBorderlessWindowMask
|
|
|