Index: ash/wm/immersive_fullscreen_controller_unittest.cc |
diff --git a/ash/wm/immersive_fullscreen_controller_unittest.cc b/ash/wm/immersive_fullscreen_controller_unittest.cc |
index 5345c3cdebe038592a9d8ced772994f9ec982c0d..c25f9ee2b6a587c85fc80b191d8bea68ab6d4241 100644 |
--- a/ash/wm/immersive_fullscreen_controller_unittest.cc |
+++ b/ash/wm/immersive_fullscreen_controller_unittest.cc |
@@ -437,7 +437,7 @@ TEST_F(ImmersiveFullscreenControllerTest, MouseEventsVerticalDisplayLayout) { |
ASSERT_TRUE(controller()->IsEnabled()); |
ASSERT_FALSE(controller()->IsRevealed()); |
- ash::Shell::RootWindowList root_windows = ash::Shell::GetAllRootWindows(); |
+ aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); |
ASSERT_EQ(root_windows[0], |
top_container()->GetWidget()->GetNativeWindow()->GetRootWindow()); |