| 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..9c17220bf0e9875a65f78c322fbf95bb7e01677d 100644
|
| --- a/ash/wm/lock_state_controller_unittest.cc
|
| +++ b/ash/wm/lock_state_controller_unittest.cc
|
| @@ -88,8 +88,7 @@ class LockStateControllerTest : public AshTestBase {
|
|
|
| power_button_controller_ = Shell::GetInstance()->power_button_controller();
|
|
|
| - shell_delegate_ =
|
| - static_cast<TestShellDelegate*>(WmShell::Get()->delegate());
|
| + shell_delegate_ = static_cast<TestShellDelegate*>(Shell::Get()->delegate());
|
| }
|
|
|
| void TearDown() override {
|
|
|