| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index cda2fe775abe1e75697ace0dafb779a47d6f200b..1009ce98d7d55ec4398c5b35945de90c6b90cd87 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -879,7 +879,7 @@ TEST_F(ShelfLayoutManagerTest, AutoHideShelfOnScreenBoundary) {
|
| // visible.
|
| CreateTestWidget();
|
|
|
| - Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| + aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| ASSERT_EQ(root_windows[0],
|
| GetShelfWidget()->GetNativeWindow()->GetRootWindow());
|
|
|
|
|