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 d29a30e7c191e724e602a142160f10df9cc1500f..9832b132ed1d41929d976c171cdef2b017a2751b 100644 |
--- a/ash/shelf/shelf_layout_manager_unittest.cc |
+++ b/ash/shelf/shelf_layout_manager_unittest.cc |
@@ -2007,7 +2007,7 @@ TEST_F(ShelfLayoutManagerTest, ShelfFlickerOnTrayActivation) { |
EXPECT_EQ(SHELF_AUTO_HIDE_HIDDEN, shelf->GetAutoHideState()); |
// Show the status menu. That should make the shelf visible again. |
- Shell::GetInstance()->accelerator_controller()->PerformActionIfEnabled( |
+ WmShell::Get()->accelerator_controller()->PerformActionIfEnabled( |
SHOW_SYSTEM_TRAY_BUBBLE); |
EXPECT_EQ(SHELF_AUTO_HIDE, shelf->GetVisibilityState()); |
EXPECT_EQ(SHELF_AUTO_HIDE_SHOWN, shelf->GetAutoHideState()); |