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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_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/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.

Powered by Google App Engine
This is Rietveld 408576698