| Index: ash/test/test_shell_delegate.h
|
| diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
|
| index a5c2e91b5e788a57d273bad5a33f8c1d318e0528..98706bd75882be20ee706bd0ed46ecee9032cda1 100644
|
| --- a/ash/test/test_shell_delegate.h
|
| +++ b/ash/test/test_shell_delegate.h
|
| @@ -11,6 +11,10 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| +namespace keyboard {
|
| +class KeyboardControllerProxy;
|
| +}
|
| +
|
| namespace ash {
|
| namespace test {
|
|
|
| @@ -43,6 +47,8 @@ class TestShellDelegate : public ShellDelegate {
|
| virtual void RestoreTab() OVERRIDE;
|
| virtual bool RotatePaneFocus(Shell::Direction direction) OVERRIDE;
|
| virtual void ShowKeyboardOverlay() OVERRIDE;
|
| + virtual keyboard::KeyboardControllerProxy*
|
| + CreateKeyboardControllerProxy() OVERRIDE;
|
| virtual void ShowTaskManager() OVERRIDE;
|
| virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE;
|
| virtual void ToggleSpokenFeedback(
|
|
|