Index: trunk/src/ash/shell/shell_delegate_impl.cc |
=================================================================== |
--- trunk/src/ash/shell/shell_delegate_impl.cc (revision 236090) |
+++ trunk/src/ash/shell/shell_delegate_impl.cc (working copy) |
@@ -165,8 +165,8 @@ |
return new ContextMenu(root); |
} |
-WindowTreeHostFactory* ShellDelegateImpl::CreateWindowTreeHostFactory() { |
- return WindowTreeHostFactory::Create(); |
+RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() { |
+ return RootWindowHostFactory::Create(); |
} |
base::string16 ShellDelegateImpl::GetProductName() const { |