Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc

Issue 14589017: Use MockDBusThreadManagerWithoutGMock for GetUpdateStatusApiTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another caller unittest. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698