Index: ash/test/test_shell_delegate.cc |
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc |
index e0d6ac806894f803e4c0f9c3f0dc0f1dc7d10c7b..c89487ab426a9f46805a6a3337ba743f63838d74 100644 |
--- a/ash/test/test_shell_delegate.cc |
+++ b/ash/test/test_shell_delegate.cc |
@@ -143,8 +143,8 @@ ui::MenuModel* TestShellDelegate::CreateContextMenu(aura::Window* root) { |
return NULL; |
} |
-RootWindowHostFactory* TestShellDelegate::CreateRootWindowHostFactory() { |
- return RootWindowHostFactory::Create(); |
+WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() { |
+ return WindowTreeHostFactory::Create(); |
} |
base::string16 TestShellDelegate::GetProductName() const { |