Index: ash/wm/workspace/workspace_layout_manager_unittest.cc |
diff --git a/ash/wm/workspace/workspace_layout_manager_unittest.cc b/ash/wm/workspace/workspace_layout_manager_unittest.cc |
index a1830df010751be7a9174dc84bc3ad8acc64f092..2b54bc33777186cafab26851f237ea8b7ec7a839 100644 |
--- a/ash/wm/workspace/workspace_layout_manager_unittest.cc |
+++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc |
@@ -343,7 +343,7 @@ TEST_F(WorkspaceLayoutManagerTest, DontClobberRestoreBounds) { |
DontClobberRestoreBoundsWindowObserver window_observer; |
scoped_ptr<aura::Window> window(new aura::Window(NULL)); |
window->SetType(ui::wm::WINDOW_TYPE_NORMAL); |
- window->Init(aura::WINDOW_LAYER_TEXTURED); |
+ window->Init(ui::LAYER_TEXTURED); |
window->SetBounds(gfx::Rect(10, 20, 30, 40)); |
// NOTE: for this test to exercise the failure the observer needs to be added |
// before the parent set. This mimics what BrowserFrameAsh does. |