Index: ash/shelf/shelf_tooltip_manager_unittest.cc |
diff --git a/ash/shelf/shelf_tooltip_manager_unittest.cc b/ash/shelf/shelf_tooltip_manager_unittest.cc |
index 6f2f0fa832754b3af97c05150de29b41ba195415..d4b9c0704a9fb0aead62b20ffd61be348e3cbb66 100644 |
--- a/ash/shelf/shelf_tooltip_manager_unittest.cc |
+++ b/ash/shelf/shelf_tooltip_manager_unittest.cc |
@@ -180,7 +180,7 @@ TEST_F(ShelfTooltipManagerTest, ShouldHideForEvents) { |
ShowImmediately(); |
ASSERT_TRUE(TooltipIsVisible()); |
- aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
+ aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
ui::EventHandler* event_handler = GetEventHandler(); |
// Should not hide for key events. |
@@ -222,7 +222,7 @@ TEST_F(ShelfTooltipManagerTest, HideForMouseMoveEvent) { |
ShowImmediately(); |
ASSERT_TRUE(TooltipIsVisible()); |
- aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
+ aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
ui::EventHandler* event_handler = GetEventHandler(); |
gfx::Rect tooltip_rect = GetTooltipWidget()->GetNativeWindow()->bounds(); |
@@ -251,7 +251,7 @@ TEST_F(ShelfTooltipManagerTest, HideForMouseClickEvent) { |
ShowImmediately(); |
ASSERT_TRUE(TooltipIsVisible()); |
- aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
+ aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); |
ui::EventHandler* event_handler = GetEventHandler(); |
gfx::Rect tooltip_rect = GetTooltipWidget()->GetNativeWindow()->bounds(); |