diff options
Diffstat (limited to 'chrome/browser/cocoa/browser_window_controller_unittest.mm')
| -rw-r--r-- | chrome/browser/cocoa/browser_window_controller_unittest.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/browser_window_controller_unittest.mm b/chrome/browser/cocoa/browser_window_controller_unittest.mm index d6a3dca..8431aa1 100644 --- a/chrome/browser/cocoa/browser_window_controller_unittest.mm +++ b/chrome/browser/cocoa/browser_window_controller_unittest.mm @@ -434,7 +434,7 @@ TEST_F(BrowserWindowControllerTest, BookmarkBarIsSameWidth) { } TEST_F(BrowserWindowControllerTest, TestTopRightForBubble) { - NSPoint p = [controller_ pointForBubbleArrowTip]; + NSPoint p = [controller_ bookmarkBubblePoint]; NSRect all = [[controller_ window] frame]; // As a sanity check make sure the point is vaguely in the top right |
