diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell.h b/ash/shell.h index 583e50c..8d8e3bb 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -543,7 +543,7 @@ class ASH_EXPORT Shell void InitKeyboard(internal::RootWindowController* root); // Initializes the root window so that it can host browser windows. - void InitRootWindow(aura::RootWindow* root_window); + void InitRootWindow(aura::Window* root_window); // ash::internal::SystemModalContainerEventFilterDelegate overrides: virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE; |