| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index d9e13ce82eede18ae6edbb411a137512d6b033bf..d98b4a66a4d77b3d9c3b8a2edc3c9541c62017b5 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -339,7 +339,7 @@ void AshTestBase::BlockUserSession(UserSessionBlockReason block_reason) {
|
| switch (block_reason) {
|
| case BLOCKED_BY_LOCK_SCREEN:
|
| SetSessionStarted(true);
|
| - WmShell::Get()->session_controller()->LockScreenAndFlushForTest();
|
| + Shell::Get()->session_controller()->LockScreenAndFlushForTest();
|
| Shell::GetInstance()->OnLockStateChanged(true);
|
| break;
|
| case BLOCKED_BY_LOGIN_SCREEN:
|
|
|