| Index: ash/wm/lock_state_controller_unittest.cc
|
| diff --git a/ash/wm/lock_state_controller_unittest.cc b/ash/wm/lock_state_controller_unittest.cc
|
| index 51af5109dc11e14693f4a6c6644d6c5ac72855ff..b5a66fb82f39826c668b81dd325050d95be6b4c0 100644
|
| --- a/ash/wm/lock_state_controller_unittest.cc
|
| +++ b/ash/wm/lock_state_controller_unittest.cc
|
| @@ -89,7 +89,7 @@ class LockStateControllerTest : public AshTestBase {
|
| power_button_controller_ = Shell::GetInstance()->power_button_controller();
|
|
|
| shell_delegate_ =
|
| - static_cast<TestShellDelegate*>(WmShell::Get()->delegate());
|
| + static_cast<TestShellDelegate*>(Shell::Get()->shell_delegate());
|
| }
|
|
|
| void TearDown() override {
|
|
|