| Index: trunk/src/ash/test/test_shell_delegate.cc
|
| ===================================================================
|
| --- trunk/src/ash/test/test_shell_delegate.cc (revision 236090)
|
| +++ trunk/src/ash/test/test_shell_delegate.cc (working copy)
|
| @@ -146,8 +146,8 @@
|
| return NULL;
|
| }
|
|
|
| -WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() {
|
| - return WindowTreeHostFactory::Create();
|
| +RootWindowHostFactory* TestShellDelegate::CreateRootWindowHostFactory() {
|
| + return RootWindowHostFactory::Create();
|
| }
|
|
|
| base::string16 TestShellDelegate::GetProductName() const {
|
|
|