| Index: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| index 1d5ba2508c98d150eb8772c078a6f908c02ec1a0..525587b34d62b294970e998e57ac3a5e64157354 100644
|
| --- a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
|
| @@ -191,7 +191,7 @@ void UserSwitchAnimatorChromeOS::TransitionWallpaper(
|
| AnimationStep animation_step) {
|
| // Handle the wallpaper switch.
|
| ash::WallpaperDelegate* wallpaper_delegate =
|
| - ash::WmShell::Get()->wallpaper_delegate();
|
| + ash::Shell::Get()->wallpaper_delegate();
|
| if (animation_step == ANIMATION_STEP_HIDE_OLD_USER) {
|
| // Set the wallpaper cross dissolve animation duration to our complete
|
| // animation cycle for a fade in and fade out.
|
|
|