Index: trunk/src/ash/wm/window_cycle_controller_unittest.cc |
=================================================================== |
--- trunk/src/ash/wm/window_cycle_controller_unittest.cc (revision 233812) |
+++ trunk/src/ash/wm/window_cycle_controller_unittest.cc (working copy) |
@@ -326,7 +326,7 @@ |
// Set up a second root window |
UpdateDisplay("1000x600,600x400"); |
- aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
+ Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |
ASSERT_EQ(2U, root_windows.size()); |
WindowCycleController* controller = |