| 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 5b7e496cc5452d86bc7913eb479c0e607edd03b5..134473e13e91f2812024282e6052e258d95eb37c 100644
|
| --- a/ash/test/status_area_widget_test_helper.cc
|
| +++ b/ash/test/status_area_widget_test_helper.cc
|
| @@ -5,14 +5,14 @@
|
| #include "ash/test/status_area_widget_test_helper.h"
|
|
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/session/session_controller.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/status_area_widget.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
|
|
| namespace ash {
|
|
|
| LoginStatus StatusAreaWidgetTestHelper::GetUserLoginStatus() {
|
| - return Shell::Get()->system_tray_delegate()->GetUserLoginStatus();
|
| + return Shell::Get()->session_controller()->login_status();
|
| }
|
|
|
| StatusAreaWidget* StatusAreaWidgetTestHelper::GetStatusAreaWidget() {
|
|
|