| Index: ash/common/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/common/system/tray/system_tray_bubble.cc b/ash/common/system/tray/system_tray_bubble.cc
|
| index 97b78894306932a30b6d539bae6089f3d965a1fb..268a9a3ee39e706954516373d8f51efc924f3341 100644
|
| --- a/ash/common/system/tray/system_tray_bubble.cc
|
| +++ b/ash/common/system/tray/system_tray_bubble.cc
|
| @@ -13,6 +13,7 @@
|
| #include "ash/common/system/tray/tray_bubble_wrapper.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/wm_shell.h"
|
| +#include "ash/shell.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "ui/compositor/layer.h"
|
| @@ -141,7 +142,7 @@ void SystemTrayBubble::UpdateView(
|
|
|
| items_ = items;
|
| bubble_type_ = bubble_type;
|
| - CreateItemViews(WmShell::Get()->system_tray_delegate()->GetUserLoginStatus());
|
| + CreateItemViews(Shell::Get()->system_tray_delegate()->GetUserLoginStatus());
|
|
|
| // Close bubble view if we failed to create the item view.
|
| if (!bubble_view_->has_children()) {
|
|
|