Index: ash/shell/keyboard_controller_proxy_stub.h |
diff --git a/ash/shell/keyboard_controller_proxy_stub.h b/ash/shell/keyboard_controller_proxy_stub.h |
index 639e5d26fa59822a5dc0907f75110033b0684166..c91e3548e58c219d1bccb20a55b5f2af1f6235b5 100644 |
--- a/ash/shell/keyboard_controller_proxy_stub.h |
+++ b/ash/shell/keyboard_controller_proxy_stub.h |
@@ -31,6 +31,8 @@ class KeyboardControllerProxyStub : public keyboard::KeyboardControllerProxy { |
const content::MediaResponseCallback& callback) OVERRIDE; |
aura::test::TestWindowDelegate delegate_; |
+ aura::Window* keyboard_; |
sadrul
2013/12/04 17:35:20
Should this be a scoped_ptr<> (since the comment o
Shu Chen
2013/12/05 05:01:39
Done.
|
+ |
DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub); |
}; |