Index: chrome/browser/cocoa/extension_installed_bubble_controller.mm |
diff --git a/chrome/browser/cocoa/extension_installed_bubble_controller.mm b/chrome/browser/cocoa/extension_installed_bubble_controller.mm |
index b255d0e020d45246c069de8c7537e3f55346e5da..69046eceead98611d7eeacc09ddcceba3756a16d 100644 |
--- a/chrome/browser/cocoa/extension_installed_bubble_controller.mm |
+++ b/chrome/browser/cocoa/extension_installed_bubble_controller.mm |
@@ -225,7 +225,7 @@ class ExtensionLoadedNotificationObserver : public NotificationObserver { |
NSPoint origin = |
[parentWindow_ convertBaseToScreen:[self calculateArrowPoint]]; |
NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset + |
- info_bubble::kBubbleArrowWidth / 2.0, 0); |
+ info_bubble::kBubbleArrowWidth / 2.0, 0); |
offsets = [[window contentView] convertSize:offsets toView:nil]; |
origin.x -= NSWidth([window frame]) - offsets.width; |
origin.y -= NSHeight([window frame]); |