| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index f9be9360b49b7791a981116051cf91b34802728e..92b5a4b1fd816a5c4c0e9b6cdb6685a76847d492 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -150,7 +150,7 @@ ui::MenuModel* TestShellDelegate::CreateContextMenu(
|
| }
|
|
|
| WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() {
|
| - return WindowTreeHostFactory::Create();
|
| + return WindowTreeHostFactory::CreateForTest();
|
| }
|
|
|
| GPUSupport* TestShellDelegate::CreateGPUSupport() {
|
|
|