| Index: chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc b/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
|
| index 7c91663379dafc8bc98cbe5e552b1c83370753e5..b69cc595fa8e51793beffdaaf4dee3e1d53ac550 100644
|
| --- a/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc
|
| @@ -92,7 +92,7 @@ class SystemUse24HourClockPolicyTest
|
| ash::TrayDate* tray_date = ash::Shell::GetInstance()
|
| ->GetPrimarySystemTray()
|
| ->GetTrayDateForTesting();
|
| - tray_date->CreateDefaultViewForTesting(ash::user::LOGGED_IN_NONE);
|
| + tray_date->CreateDefaultViewForTesting(ash::LoginStatus::NOT_LOGGED_IN);
|
| }
|
|
|
| static base::HourClockType TestGetPrimarySystemTrayDateHourType() {
|
|
|