| Index: chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
|
| index 7a1c35a38eafd81e04631b96e5ee4d3f69012268..c902413ebe643eb4845b0a4c6ac6a0a29128ffa5 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
|
| @@ -44,7 +44,7 @@ class PermissionBubbleCocoa : public PermissionBubbleView {
|
| // Change the parent window to be used the next time the bubble is shown.
|
| void SwitchParentWindow(NSWindow* parent);
|
|
|
| - info_bubble::BubbleArrowLocation GetArrowLocation();
|
| + views::BubbleBorder::Arrow GetArrowLocation();
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(PermissionBubbleBrowserTest,
|
|
|