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

Unified Diff: ash/display/display_animator_chromeos.h

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/display/display_animator_chromeos.h
diff --git a/ash/display/display_animator_chromeos.h b/ash/display/display_animator_chromeos.h
index a4fc768ff9ca32f659e54401c850e2756916e753..544ea02a384147e1dbae5299ff7a645662282e99 100644
--- a/ash/display/display_animator_chromeos.h
+++ b/ash/display/display_animator_chromeos.h
@@ -55,7 +55,7 @@ class ASH_EXPORT DisplayAnimatorChromeOS
void ClearHidingLayers();
std::map<aura::Window*, ui::Layer*> hiding_layers_;
- scoped_ptr<base::OneShotTimer> timer_;
+ std::unique_ptr<base::OneShotTimer> timer_;
base::WeakPtrFactory<DisplayAnimatorChromeOS> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(DisplayAnimatorChromeOS);

Powered by Google App Engine
This is Rietveld 408576698