Index: ash/shell/keyboard_controller_proxy_stub.cc |
diff --git a/ash/shell/keyboard_controller_proxy_stub.cc b/ash/shell/keyboard_controller_proxy_stub.cc |
index c4c8149e837e9407b2ca513112be423c12f1aa33..220d69e63869e83648371202686c81e770d65290 100644 |
--- a/ash/shell/keyboard_controller_proxy_stub.cc |
+++ b/ash/shell/keyboard_controller_proxy_stub.cc |
@@ -30,7 +30,7 @@ bool KeyboardControllerProxyStub::HasKeyboardWindow() const { |
aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() { |
if (!keyboard_) { |
keyboard_.reset(new aura::Window(&delegate_)); |
- keyboard_->Init(aura::WINDOW_LAYER_NOT_DRAWN); |
+ keyboard_->Init(ui::LAYER_NOT_DRAWN); |
} |
return keyboard_.get(); |
} |