| Index: chrome/browser/ui/cocoa/info_bubble_view.h
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_view.h b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| index 8463da2f9ca91455b7c8d35787faff83fa0eefab..cb4a2058452a5bcd6399f9658a095cff507f41d2 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_view.h
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_view.h
|
| @@ -12,7 +12,7 @@ namespace info_bubble {
|
|
|
| const CGFloat kBubbleArrowHeight = 8.0;
|
| const CGFloat kBubbleArrowWidth = 15.0;
|
| -const CGFloat kBubbleCornerRadius = 8.0;
|
| +const CGFloat kBubbleCornerRadius = 2.0;
|
| const CGFloat kBubbleArrowXOffset = kBubbleArrowWidth + kBubbleCornerRadius;
|
|
|
| enum BubbleArrowLocation {
|
|
|