| Index: ash/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc
|
| index 1fbd18867cd072274969ee0ea5251ef3472440a1..04f6e81b5d0f857c1d1a31c92ecc86a073b36a14 100644
|
| --- a/ash/system/tray/system_tray_bubble.cc
|
| +++ b/ash/system/tray/system_tray_bubble.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_item.h"
|
| @@ -138,8 +139,7 @@ void SystemTrayBubble::UpdateView(
|
|
|
| items_ = items;
|
| bubble_type_ = bubble_type;
|
| - CreateItemViews(
|
| - Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus());
|
| + CreateItemViews(WmShell::Get()->system_tray_delegate()->GetUserLoginStatus());
|
|
|
| // Close bubble view if we failed to create the item view.
|
| if (!bubble_view_->has_children()) {
|
|
|