| Index: ash/wm/stacking_controller_unittest.cc
|
| diff --git a/ash/wm/stacking_controller_unittest.cc b/ash/wm/stacking_controller_unittest.cc
|
| index d0d504b6d3115f9a1cc497c23532a737ca1d6653..bfed9dd1c9ffd2454d289840a736efd25f3f7406 100644
|
| --- a/ash/wm/stacking_controller_unittest.cc
|
| +++ b/ash/wm/stacking_controller_unittest.cc
|
| @@ -40,7 +40,7 @@ TEST_F(StackingControllerTest, TransientParent) {
|
| std::unique_ptr<Window> w2(CreateTestWindow());
|
| w2->SetBounds(gfx::Rect(10, 11, 250, 251));
|
| aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
|
| - kShellWindowId_ShelfContainer);
|
| + kShellWindowId_ShelfContainer);
|
| launcher->AddChild(w2.get());
|
| w2->Show();
|
|
|
|
|