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 49aaaa704e5429de593d1e3f9c8c6c6e7e843457..8f2569ff4cdf4dcbdf26c67db271751ca0f0fff7 100644 |
--- a/ash/wm/workspace/workspace_layout_manager_unittest.cc |
+++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc |
@@ -317,7 +317,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(ui::LAYER_TEXTURED); |
+ window->Init(aura::WINDOW_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. |