| Index: ash/shelf/shelf_widget_unittest.cc
|
| diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
|
| index 010db18053f036465a798272e471023e13266064..c9f17c96cebaaf50ab76d7f6e159ed3040248c47 100644
|
| --- a/ash/shelf/shelf_widget_unittest.cc
|
| +++ b/ash/shelf/shelf_widget_unittest.cc
|
| @@ -89,7 +89,7 @@ TEST_F(ShelfWidgetTest, TestAlignment) {
|
| return;
|
|
|
| UpdateDisplay("300x300,500x500");
|
| - Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| + aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| {
|
| SCOPED_TRACE("Primary Bottom");
|
| TestLauncherAlignment(root_windows[0],
|
|
|