| Index: chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc b/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc
|
| index 160dcd30e4768fdf7f3495b456ac899b0b8bc263..80576d9912324809f8bedf8b5a24ef1a8609a7f8 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
| #include "chrome/browser/ui/views/location_bar/page_action_with_badge_view.h"
|
| -#include "chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h"
|
| +#include "chrome/test/base/interactive_test_utils.h"
|
| #include "extensions/common/constants.h"
|
| #include "extensions/common/feature_switch.h"
|
| #include "extensions/test/extension_test_message_listener.h"
|
| @@ -132,7 +132,7 @@ IN_PROC_BROWSER_TEST_F(PageActionImageViewInteractiveUITest,
|
| {
|
| base::RunLoop run_loop;
|
| gfx::Point page_action_center =
|
| - test::GetCenterInScreenCoordinates(page_action_view);
|
| + ui_test_utils::GetCenterInScreenCoordinates(page_action_view);
|
| ui_controls::SendMouseMoveNotifyWhenDone(page_action_center.x(),
|
| page_action_center.y(),
|
| run_loop.QuitClosure());
|
| @@ -162,7 +162,7 @@ IN_PROC_BROWSER_TEST_F(PageActionImageViewInteractiveUITest,
|
| {
|
| base::RunLoop run_loop;
|
| gfx::Point page_action_center =
|
| - test::GetCenterInScreenCoordinates(page_action_view);
|
| + ui_test_utils::GetCenterInScreenCoordinates(page_action_view);
|
| ui_controls::SendMouseMoveNotifyWhenDone(page_action_center.x(),
|
| page_action_center.y(),
|
| run_loop.QuitClosure());
|
|
|