| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index 8eb4c2a9f9dd521b8130828611d824136eece99f..d601cde0f785c4e37de4e59ecd2731370bbd67e6 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -13,7 +13,7 @@
|
| #include "ash/session/session_state_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| -#include "ash/test/content/keyboard_controller_proxy_stub.h"
|
| +#include "ash/test/test_keyboard_ui.h"
|
| #include "ash/test/test_session_state_delegate.h"
|
| #include "ash/test/test_shelf_delegate.h"
|
| #include "ash/test/test_system_tray_delegate.h"
|
| @@ -130,9 +130,8 @@ void TestShellDelegate::Exit() {
|
| num_exit_requests_++;
|
| }
|
|
|
| -keyboard::KeyboardControllerProxy*
|
| - TestShellDelegate::CreateKeyboardControllerProxy() {
|
| - return new KeyboardControllerProxyStub();
|
| +keyboard::KeyboardUI* TestShellDelegate::CreateKeyboardUI() {
|
| + return new TestKeyboardUI;
|
| }
|
|
|
| void TestShellDelegate::VirtualKeyboardActivated(bool activated) {
|
|
|