| Index: trunk/src/ash/shelf/shelf_layout_manager_unittest.cc
|
| ===================================================================
|
| --- trunk/src/ash/shelf/shelf_layout_manager_unittest.cc (revision 233812)
|
| +++ trunk/src/ash/shelf/shelf_layout_manager_unittest.cc (working copy)
|
| @@ -879,7 +879,7 @@
|
| // visible.
|
| CreateTestWidget();
|
|
|
| - aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| + Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| ASSERT_EQ(root_windows[0],
|
| GetShelfWidget()->GetNativeWindow()->GetRootWindow());
|
|
|
|
|