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

Unified Diff: ash/wm/lock_state_controller.cc

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ash/wm/lock_state_controller.cc
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
index b381ee8d3a0d419413bd9e81bb7ad8ede9e37695..247404d1efb6796fe7d9b550f89ee045de25b1ae 100644
--- a/ash/wm/lock_state_controller.cc
+++ b/ash/wm/lock_state_controller.cc
@@ -103,7 +103,7 @@ LockStateController::~LockStateController() {
}
void LockStateController::SetDelegate(
- scoped_ptr<LockStateControllerDelegate> delegate) {
+ std::unique_ptr<LockStateControllerDelegate> delegate) {
delegate_ = std::move(delegate);
}

Powered by Google App Engine
This is Rietveld 408576698