| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index 17538ca8aa074898a0269abce3601d909009e237..c09f6a7687891810ed03fc32309e393b1c9dd0a5 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -2275,8 +2275,7 @@ TEST_F(ShelfLayoutManagerTest, ShutdownHandlesWindowActivation) {
|
| window2->Show();
|
| wm::ActivateWindow(window1);
|
|
|
| - shelf->ShutdownStatusAreaWidget();
|
| - shelf_manager->PrepareForShutdown();
|
| + shelf->Shutdown();
|
|
|
| // Deleting a focused maximized window will switch focus to |window2|. This
|
| // would normally cause the ShelfLayoutManager to update its state. However
|
|
|