Index: ash/launcher/launcher_tooltip_manager_unittest.cc |
diff --git a/ash/launcher/launcher_tooltip_manager_unittest.cc b/ash/launcher/launcher_tooltip_manager_unittest.cc |
index 8d63320ae6b92445d401a3f78e1146dc1af5c6dc..225d55fa4ab263b02306c48a5d4a74b27667ff61 100644 |
--- a/ash/launcher/launcher_tooltip_manager_unittest.cc |
+++ b/ash/launcher/launcher_tooltip_manager_unittest.cc |
@@ -195,7 +195,7 @@ TEST_F(LauncherTooltipManagerTest, HideForMouseEvent) { |
EXPECT_TRUE(TooltipIsVisible()); |
// Should hide if the mouse is out of the tooltip. |
- test_api.set_location(tooltip_rect.origin().Add(gfx::Point(-1, -1))); |
+ test_api.set_location(tooltip_rect.origin().Add(gfx::Vector2d(-1, -1))); |
EXPECT_FALSE(event_filter->PreHandleMouseEvent(root_window, &mouse_event)); |
RunAllPendingInMessageLoop(); |
EXPECT_FALSE(TooltipIsVisible()); |