Index: ash/wm/workspace/phantom_window_controller.cc |
diff --git a/ash/wm/workspace/phantom_window_controller.cc b/ash/wm/workspace/phantom_window_controller.cc |
index 0eb934dec6b73d805cfceb97419ceb6c68866f5a..0e69c85ccc22de8ff931e4b7a83bc4b0a979ad50 100644 |
--- a/ash/wm/workspace/phantom_window_controller.cc |
+++ b/ash/wm/workspace/phantom_window_controller.cc |
@@ -124,7 +124,7 @@ void PhantomWindowController::Show(const gfx::Rect& bounds_in_screen) { |
// in one root window and progress into another root. |
aura::Window* start_root = wm::GetRootWindowMatching(start_bounds_); |
if (start_root == target_root) { |
- Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); |
+ aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
for (size_t i = 0; i < root_windows.size(); ++i) { |
if (root_windows[i] != target_root && |
root_windows[i]->GetBoundsInScreen().Intersects(start_bounds_)) { |