| 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 0a4bbf81565ad9b4f978c2c18d8d20fda7fe4ee9..0888447cd211c31f359e10b9a0eee031f27e4c8b 100644
|
| --- a/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| +++ b/chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc
|
| @@ -522,7 +522,7 @@ void AutomaticRebootManagerBasicTest::
|
| void AutomaticRebootManagerBasicTest::SetUpdateStatusNeedReboot() {
|
| UpdateEngineClient::Status client_status;
|
| client_status.status = UpdateEngineClient::UPDATE_STATUS_UPDATED_NEED_REBOOT;
|
| - update_engine_client_->set_update_engine_client_status(client_status);
|
| + update_engine_client_->set_default_status(client_status);
|
| }
|
|
|
| AutomaticRebootManagerTest::AutomaticRebootManagerTest() {
|
|
|