| Index: ash/desktop_background/desktop_background_view.cc
|
| diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc
|
| index 1b05745655c80117156cb510b2f4d147984e2f6e..a8d7bb1462e817587302b9639c7c8b539bf69068 100644
|
| --- a/ash/desktop_background/desktop_background_view.cc
|
| +++ b/ash/desktop_background/desktop_background_view.cc
|
| @@ -233,7 +233,7 @@ views::Widget* CreateDesktopBackground(aura::Window* root_window,
|
| // 4. From an empty background, guest user logged in.
|
| if (wallpaper_delegate->ShouldShowInitialAnimation() ||
|
| root_window_controller->animating_wallpaper_controller() ||
|
| - Shell::GetInstance()->session_state_delegate()->NumberOfLoggedInUsers()) {
|
| + WmShell::Get()->GetSessionStateDelegate()->NumberOfLoggedInUsers()) {
|
| ::wm::SetWindowVisibilityAnimationTransition(
|
| desktop_widget->GetNativeView(), ::wm::ANIMATE_SHOW);
|
| int duration_override = wallpaper_delegate->GetAnimationDurationOverride();
|
|
|