Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3488)

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view_interactive_uitest.cc

Issue 1669793002: mac_views_browser: fixed interactive_ui_tests compilation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
« no previous file with comments | « no previous file | chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698