| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index dc76edc10c8ac4e36edd1b70d0c7522d826d7fff..a3d887842c1b78fb631dd403688cac92c134b236 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 {
|
|
|