| 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 812a5edb31402fc1e324f0c992f990162f358468..48d5535e683fb1dcfad7703d0027cb7d4743eb1b 100644
|
| --- a/ash/wm/lock_state_controller_unittest.cc
|
| +++ b/ash/wm/lock_state_controller_unittest.cc
|
| @@ -70,7 +70,7 @@ class LockStateControllerTest : public AshTestBase {
|
| power_button_controller_ = Shell::GetInstance()->power_button_controller();
|
|
|
| shell_delegate_ =
|
| - static_cast<TestShellDelegate*>(Shell::GetInstance()->delegate());
|
| + static_cast<TestShellDelegate*>(WmShell::Get()->delegate());
|
| }
|
|
|
| protected:
|
|
|