| Index: chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| index d726218b6c8c7b3ee7159fd9fe2331db1224c841..70c431e8f93451df071767c77c98683b45b21966 100644
|
| --- a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| +++ b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| @@ -409,7 +409,7 @@ void AutomaticRebootManagerBasicTest::SetUptimeLimit(
|
| } else {
|
| local_state_.SetManagedPref(
|
| prefs::kUptimeLimit,
|
| - base::Value::CreateIntegerValue(limit.InSeconds()));
|
| + new base::FundamentalValue(static_cast<int>(limit.InSeconds())));
|
| }
|
| task_runner_->RunUntilIdle();
|
| EXPECT_EQ(expect_reboot ? 1 : 0,
|
|
|