diff options
Diffstat (limited to 'ash/shell/shell_delegate_impl.h')
-rw-r--r-- | ash/shell/shell_delegate_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h index 473c42c..7a1e98e 100644 --- a/ash/shell/shell_delegate_impl.h +++ b/ash/shell/shell_delegate_impl.h @@ -56,7 +56,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { virtual aura::client::UserActionClient* CreateUserActionClient() OVERRIDE; virtual ui::MenuModel* CreateContextMenu( aura::Window* root_window) OVERRIDE; - virtual RootWindowHostFactory* CreateRootWindowHostFactory() OVERRIDE; + virtual WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE; virtual base::string16 GetProductName() const OVERRIDE; private: |