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

Unified Diff: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc

Issue 1865213004: Convert //chrome/browser/ui 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/ui/ash/multi_user/user_switch_animator_chromeos.cc
diff --git a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
index 2ad2a727ca0190ecd0eb19ec9d202223bbe4d932..402e89789fff8ac8f81e59cdfb9afc2a3e47177a 100644
--- a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
+++ b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc
@@ -79,7 +79,7 @@ class MaximizedWindowAnimationWatcher : public ui::LayerAnimationObserver {
private:
ui::LayerAnimator* animator_;
- scoped_ptr<ui::LayerTreeOwner> old_layer_;
+ std::unique_ptr<ui::LayerTreeOwner> old_layer_;
DISALLOW_COPY_AND_ASSIGN(MaximizedWindowAnimationWatcher);
};

Powered by Google App Engine
This is Rietveld 408576698