Index: trunk/src/ash/wm/workspace/phantom_window_controller.cc |
=================================================================== |
--- trunk/src/ash/wm/workspace/phantom_window_controller.cc (revision 233812) |
+++ trunk/src/ash/wm/workspace/phantom_window_controller.cc (working copy) |
@@ -124,7 +124,7 @@ |
// in one root window and progress into another root. |
aura::Window* start_root = wm::GetRootWindowMatching(start_bounds_); |
if (start_root == target_root) { |
- aura::Window::Windows root_windows = Shell::GetAllRootWindows(); |
+ Shell::RootWindowList 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_)) { |