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

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: 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..02e447279bc7074d2f39c417b34f650e8242b3df 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
@@ -14,6 +14,7 @@
#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"
tapted 2016/02/05 05:11:11 can this be removed now that interactive_test_util
kirr 2016/02/05 13:26:23 Done.
+#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 +133,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 +163,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_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698