| Index: ash/root_window_controller_unittest.cc
|
| diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
|
| index dd80b41ffc7450692ebde54f22e52c2524565def..114d848032f41932c1d90a493b0f5950cc471411 100644
|
| --- a/ash/root_window_controller_unittest.cc
|
| +++ b/ash/root_window_controller_unittest.cc
|
| @@ -376,8 +376,8 @@ TEST_F(RootWindowControllerTest, ModalContainerNotLoggedInLoggedIn) {
|
|
|
| TEST_F(RootWindowControllerTest, ModalContainerBlockedSession) {
|
| UpdateDisplay("600x600");
|
| - Shell* shell = Shell::GetInstance();
|
| - RootWindowController* controller = shell->GetPrimaryRootWindowController();
|
| + RootWindowController* controller =
|
| + Shell::GetInstance()->GetPrimaryRootWindowController();
|
| aura::Window* lock_container =
|
| controller->GetContainer(kShellWindowId_LockScreenContainer);
|
| for (int block_reason = FIRST_BLOCK_REASON;
|
|
|