Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index 4e6b8d1697d16a0bcc12609d6ce7d78e61f728e9..3bbc469d9a93227e63b753f9852f71857d77615b 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -202,7 +202,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
void CloseChildWindows(); |
// Moves child windows to |dest|. |
- void MoveWindowsTo(aura::RootWindow* dest); |
+ void MoveWindowsTo(aura::Window* dest); |
// Force the shelf to query for it's current visibility state. |
void UpdateShelfVisibility(); |
@@ -301,7 +301,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
// Gets the RootWindowController for |root_window|. |
ASH_EXPORT RootWindowController* GetRootWindowController( |
- const aura::RootWindow* root_window); |
+ const aura::Window* root_window); |
} // namespace internal |
} // ash |