diff options
Diffstat (limited to 'ash/shelf/shelf_widget_unittest.cc')
-rw-r--r-- | ash/shelf/shelf_widget_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc index c9f17c9..010db18 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"); - aura::Window::Windows root_windows = Shell::GetAllRootWindows(); + Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); { SCOPED_TRACE("Primary Bottom"); TestLauncherAlignment(root_windows[0], |