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..39ddaf6e3ed30534e85ca65877e01c96783c2ef9 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_; |
+ scoped_ptr<aura::Window> keyboard_; |
+ |
DISALLOW_COPY_AND_ASSIGN(KeyboardControllerProxyStub); |
}; |