Index: trunk/src/ash/wm/system_modal_container_layout_manager_unittest.cc |
=================================================================== |
--- trunk/src/ash/wm/system_modal_container_layout_manager_unittest.cc (revision 233812) |
+++ trunk/src/ash/wm/system_modal_container_layout_manager_unittest.cc (working copy) |
@@ -443,7 +443,7 @@ |
scoped_ptr<aura::Window> normal(OpenToplevelTestWindow(false)); |
normal->SetBounds(gfx::Rect(100, 100, 50, 50)); |
- aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
+ Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |
EXPECT_EQ(2U, root_windows.size()); |
aura::Window* container1 = Shell::GetContainer( |
root_windows[0], ash::internal::kShellWindowId_SystemModalContainer); |