| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index 9b51e6a78260aec1a600668612dd643166407235..d66d732e2f6148263ba9c3dd687676882c222702 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "ash/caps_lock_delegate_stub.h"
|
| #include "ash/host/root_window_host_factory.h"
|
| +#include "ash/keyboard_controller_proxy_stub.h"
|
| #include "ash/session_state_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| @@ -86,7 +87,7 @@ void TestShellDelegate::ShowKeyboardOverlay() {
|
|
|
| keyboard::KeyboardControllerProxy*
|
| TestShellDelegate::CreateKeyboardControllerProxy() {
|
| - return NULL;
|
| + return new KeyboardControllerProxyStub();
|
| }
|
|
|
| void TestShellDelegate::ShowTaskManager() {
|
|
|