| 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..0397f598ec2b8d613482c5416cd25391dda32ef7 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "ash/default_accessibility_delegate.h"
|
| #include "ash/gpu_support_stub.h"
|
| -#include "ash/host/window_tree_host_factory.h"
|
| #include "ash/media_delegate.h"
|
| #include "ash/new_window_delegate.h"
|
| #include "ash/session_state_delegate.h"
|
| @@ -149,10 +148,6 @@ ui::MenuModel* TestShellDelegate::CreateContextMenu(
|
| return NULL;
|
| }
|
|
|
| -WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() {
|
| - return WindowTreeHostFactory::Create();
|
| -}
|
| -
|
| GPUSupport* TestShellDelegate::CreateGPUSupport() {
|
| // Real GPU support depends on src/content, so just use a stub.
|
| return new GPUSupportStub;
|
|
|