| Index: ash/test/status_area_widget_test_helper.cc
|
| diff --git a/ash/test/status_area_widget_test_helper.cc b/ash/test/status_area_widget_test_helper.cc
|
| index 6fcf599f85397c0707e64885c066f567895df9a8..82837c673ba70fd5d0451c5fdb218a2f6cdae92f 100644
|
| --- a/ash/test/status_area_widget_test_helper.cc
|
| +++ b/ash/test/status_area_widget_test_helper.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/test/status_area_widget_test_helper.h"
|
|
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| @@ -13,7 +14,7 @@
|
| namespace ash {
|
|
|
| LoginStatus StatusAreaWidgetTestHelper::GetUserLoginStatus() {
|
| - return Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus();
|
| + return WmShell::Get()->system_tray_delegate()->GetUserLoginStatus();
|
| }
|
|
|
| StatusAreaWidget* StatusAreaWidgetTestHelper::GetStatusAreaWidget() {
|
|
|