| Index: ash/wm/stacking_controller_unittest.cc
|
| diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc
|
| index 6f7b35d280f821d6888ff3c8727af13fe7d24fee..9ff24697383f21d5d19713263f25f1fbf58c1648 100644
|
| --- a/ash/wm/stacking_controller_unittest.cc
|
| +++ b/ash/wm/stacking_controller_unittest.cc
|
| @@ -26,7 +26,7 @@ class StackingControllerTest : public test::AshTestBase {
|
| aura::Window* window = new aura::Window(NULL);
|
| window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
|
| window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
|
| - window->Init(ui::LAYER_TEXTURED);
|
| + window->Init(aura::WINDOW_LAYER_TEXTURED);
|
| return window;
|
| }
|
|
|
|
|