Index: ash/wm/dock/docked_window_resizer.cc |
diff --git a/ash/wm/dock/docked_window_resizer.cc b/ash/wm/dock/docked_window_resizer.cc |
index f9008187851081e6d0db3fb56dfd82ad489d46be..28d043848b298463ceae29a7f7289faed357b3df 100644 |
--- a/ash/wm/dock/docked_window_resizer.cc |
+++ b/ash/wm/dock/docked_window_resizer.cc |
@@ -42,7 +42,7 @@ DockedWindowLayoutManager* GetDockedLayoutManagerAtPoint( |
gfx::Display display = ScreenAsh::FindDisplayContainingPoint(point); |
if (!display.is_valid()) |
return NULL; |
- aura::RootWindow* root = Shell::GetInstance()->display_controller()-> |
+ aura::Window* root = Shell::GetInstance()->display_controller()-> |
GetRootWindowForDisplayId(display.id()); |
aura::Window* dock_container = Shell::GetContainer( |
root, kShellWindowId_DockedContainer); |