| Index: trunk/src/ash/wm/immersive_fullscreen_controller_unittest.cc
|
| ===================================================================
|
| --- trunk/src/ash/wm/immersive_fullscreen_controller_unittest.cc (revision 233812)
|
| +++ trunk/src/ash/wm/immersive_fullscreen_controller_unittest.cc (working copy)
|
| @@ -437,7 +437,7 @@
|
| ASSERT_TRUE(controller()->IsEnabled());
|
| ASSERT_FALSE(controller()->IsRevealed());
|
|
|
| - aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
|
| + ash::Shell::RootWindowList root_windows = ash::Shell::GetAllRootWindows();
|
| ASSERT_EQ(root_windows[0],
|
| top_container()->GetWidget()->GetNativeWindow()->GetRootWindow());
|
|
|
|
|