| Index: chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
|
| index 8c339aa013821e60fa8186aa980c48a5a5edf963..a7ee1b0dddaad2e24637a9688dd0c9552cbe9634 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc
|
| @@ -162,9 +162,10 @@ IN_PROC_BROWSER_TEST_F(ToolbarViewInteractiveUITest,
|
| ToolbarActionView* view = browser_actions()->GetToolbarActionViewAt(0);
|
| ASSERT_TRUE(view);
|
|
|
| - gfx::Point browser_action_view_loc = test::GetCenterInScreenCoordinates(view);
|
| - gfx::Point app_button_loc =
|
| - test::GetCenterInScreenCoordinates(toolbar_view()->app_menu_button());
|
| + gfx::Point browser_action_view_loc =
|
| + ui_test_utils::GetCenterInScreenCoordinates(view);
|
| + gfx::Point app_button_loc = ui_test_utils::GetCenterInScreenCoordinates(
|
| + toolbar_view()->app_menu_button());
|
|
|
| // Perform a drag and drop from the browser action view to the app button,
|
| // which should open the app menu.
|
|
|