| 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 f3204b6faf75ff6b4d2a7bbf81d626a293529dc1..409d36d3a987eebce61cf6ae5765df6a1f143d2c 100644
|
| --- a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| +++ b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| @@ -426,7 +426,7 @@ void AutomaticRebootManagerBasicTest::NotifyUpdateRebootNeeded() {
|
| }
|
|
|
| void AutomaticRebootManagerBasicTest::NotifyResumed(bool expect_reboot) {
|
| - automatic_reboot_manager_->SystemResumed(base::TimeDelta::FromHours(1));
|
| + automatic_reboot_manager_->SuspendDone(base::TimeDelta::FromHours(1));
|
| task_runner_->RunUntilIdle();
|
| EXPECT_EQ(expect_reboot ? 1 : 0,
|
| power_manager_client_->num_request_restart_calls());
|
|
|