diff options
Diffstat (limited to 'chrome/browser/ui/ash/chrome_shell_delegate.cc')
-rw-r--r-- | chrome/browser/ui/ash/chrome_shell_delegate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc index dc76edc..a3d8878 100644 --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc @@ -136,8 +136,8 @@ ui::MenuModel* ChromeShellDelegate::CreateContextMenu(aura::Window* root) { return new LauncherContextMenu(shelf_delegate_, root); } -ash::RootWindowHostFactory* ChromeShellDelegate::CreateRootWindowHostFactory() { - return ash::RootWindowHostFactory::Create(); +ash::WindowTreeHostFactory* ChromeShellDelegate::CreateWindowTreeHostFactory() { + return ash::WindowTreeHostFactory::Create(); } base::string16 ChromeShellDelegate::GetProductName() const { |