| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| index d64ba1567eac42625f4b7d8c15b05d74b2cdaee1..b25977a0b5978586025235f3103d6f3be2c9c2a3 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc
|
| @@ -615,7 +615,7 @@ void ChromeLauncherControllerImpl::ActiveUserChanged(
|
| // user.
|
| RestoreUnpinnedRunningApplicationOrder(user_email);
|
| // Inform the system tray of the change.
|
| - ash::WmShell::Get()->system_tray_delegate()->ActiveUserWasChanged();
|
| + ash::Shell::Get()->system_tray_delegate()->ActiveUserWasChanged();
|
| // Force on-screen keyboard to reset.
|
| if (keyboard::IsKeyboardEnabled())
|
| ash::Shell::GetInstance()->CreateKeyboard();
|
|
|