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

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

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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.cc
diff --git a/chrome/browser/chromeos/system/automatic_reboot_manager.cc b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
index ef9871d320a5151c859db10e43d16716a42c4d8a..2f18e7e3b596508149b11dd62f0d93e6e2d624be 100644
--- a/chrome/browser/chromeos/system/automatic_reboot_manager.cc
+++ b/chrome/browser/chromeos/system/automatic_reboot_manager.cc
@@ -150,7 +150,7 @@ AutomaticRebootManager::SystemEventTimes::SystemEventTimes(
}
AutomaticRebootManager::AutomaticRebootManager(
- scoped_ptr<base::TickClock> clock)
+ std::unique_ptr<base::TickClock> clock)
: clock_(std::move(clock)),
have_boot_time_(false),
have_update_reboot_needed_time_(false),

Powered by Google App Engine
This is Rietveld 408576698