| Index: ash/shell_observer.h | 
| diff --git a/ash/shell_observer.h b/ash/shell_observer.h | 
| index 53e8d5f09dc4e1e07206a2f6bdff8d2696ebed8a..a98700afff3dd92f099932c9e5b5bde3ab988318 100644 | 
| --- a/ash/shell_observer.h | 
| +++ b/ash/shell_observer.h | 
| @@ -8,6 +8,10 @@ | 
| #include "ash/ash_export.h" | 
| #include "ash/login_status.h" | 
|  | 
| +namespace aura { | 
| +class Window; | 
| +} | 
| + | 
| namespace ash { | 
|  | 
| class WmWindow; | 
| @@ -59,7 +63,7 @@ class ASH_EXPORT ShellObserver { | 
|  | 
| // Called when keyboard is activated/deactivated in |root_window|. | 
| virtual void OnVirtualKeyboardStateChanged(bool activated, | 
| -                                             WmWindow* root_window) {} | 
| +                                             aura::Window* root_window) {} | 
|  | 
| // Called at the end of Shell::Init. | 
| virtual void OnShellInitialized() {} | 
|  |