Index: ash/drag_drop/drag_drop_tracker.cc |
diff --git a/ash/drag_drop/drag_drop_tracker.cc b/ash/drag_drop/drag_drop_tracker.cc |
index 497151437281f017fa889e2a6557f5ad59e3b6d3..e0f81362ba1f226c3be0491d03c47db4e294e694 100644 |
--- a/ash/drag_drop/drag_drop_tracker.cc |
+++ b/ash/drag_drop/drag_drop_tracker.cc |
@@ -44,7 +44,7 @@ aura::Window* CreateCaptureWindow(aura::Window* context_root, |
// Set type of window as popup to prevent different window manager codes |
// trying to manage this window. |
window->SetType(ui::wm::WINDOW_TYPE_POPUP); |
- window->Init(aura::WINDOW_LAYER_NOT_DRAWN); |
+ window->Init(ui::LAYER_NOT_DRAWN); |
aura::client::ParentWindowWithContext(window, context_root, gfx::Rect()); |
aura::client::SetActivationDelegate(window, activation_delegate_instance); |
window->Show(); |