Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index 987f59ed3664cde723579b8460b8195876484c0d..1dcf688f7eaefc07177170d23bc1b861c5052682 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -73,6 +73,10 @@ class BootSplashScreen; |
class AshTouchExplorationManager; |
#endif |
+namespace wm { |
+class WmWindow; |
+} |
+ |
// This class maintains the per root window state for ash. This class |
// owns the root window and other dependent objects that should be |
// deleted upon the deletion of the root window. This object is |
@@ -249,7 +253,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
// Creates each of the special window containers that holds windows of various |
// types in the shell UI. |
- void CreateContainersInRootWindow(aura::Window* root_window); |
+ void CreateContainersInRootWindow(wm::WmWindow* root_window); |
// Enables projection touch HUD. |
void EnableTouchHudProjection(); |