| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (revision 171535)
|
| +++ chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (working copy)
|
| @@ -546,7 +546,7 @@
|
| // Drop the item so that it's now the second item.
|
| views::MenuItemView* target_menu =
|
| bb_view_->GetMenu()->GetSubmenu()->GetMenuItemAt(1);
|
| - gfx::Point loc(1, target_menu->height() - 1);
|
| + gfx::Point loc(1, target_menu->height() - 2);
|
| views::View::ConvertPointToScreen(target_menu, &loc);
|
| ui_controls::SendMouseMove(loc.x(), loc.y());
|
|
|
|
|