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 391d9481c32e0bc4f0040a99e88e01844fddcb1b..527b4cd72ec848aadeffe7342f5113a9c94f2668 100644 |
--- a/ash/launcher/launcher_tooltip_manager_unittest.cc |
+++ b/ash/launcher/launcher_tooltip_manager_unittest.cc |
@@ -146,7 +146,7 @@ TEST_F(LauncherTooltipManagerTest, ShouldHideForEvents) { |
EXPECT_TRUE(TooltipIsVisible()); |
// Should hide for touch events. |
- ui::TouchEventImpl touch_event( |
+ ui::TouchEvent touch_event( |
ui::ET_TOUCH_PRESSED, gfx::Point(), 0, base::TimeDelta()); |
EXPECT_EQ(ui::TOUCH_STATUS_UNKNOWN, |
event_filter->PreHandleTouchEvent(root_window, &touch_event)); |