| Index: ash/mus/system_tray_delegate_mus.cc
|
| diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc
|
| index 056c7f088f74c76d796a64cccecd984514bfb0bf..95fe6bbfc448734c5fba4184e353d3e52d6a29e4 100644
|
| --- a/ash/mus/system_tray_delegate_mus.cc
|
| +++ b/ash/mus/system_tray_delegate_mus.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "ash/common/session/session_controller.h"
|
| #include "ash/common/system/networking_config_delegate.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/shell.h"
|
|
|
| namespace ash {
|
| namespace {
|
| @@ -37,7 +37,7 @@ SystemTrayDelegateMus::~SystemTrayDelegateMus() {
|
| }
|
|
|
| LoginStatus SystemTrayDelegateMus::GetUserLoginStatus() const {
|
| - return WmShell::Get()->session_controller()->GetLoginStatus();
|
| + return Shell::Get()->session_controller()->GetLoginStatus();
|
| }
|
|
|
| NetworkingConfigDelegate* SystemTrayDelegateMus::GetNetworkingConfigDelegate()
|
|
|