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

Unified Diff: ui/message_center/views/notification_progress_bar.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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
« no previous file with comments | « ui/message_center/views/notification_button.h ('k') | ui/message_center/views/notification_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notification_progress_bar.h
diff --git a/ui/message_center/views/notification_progress_bar.h b/ui/message_center/views/notification_progress_bar.h
index 4cec16271b23a72e77ccbabf0437710b7bcfdbae..35950474de682060eec34b16112f0844ca68865c 100644
--- a/ui/message_center/views/notification_progress_bar.h
+++ b/ui/message_center/views/notification_progress_bar.h
@@ -54,7 +54,7 @@ class MESSAGE_CENTER_EXPORT NotificationIndeterminateProgressBar
void AnimationProgressed(const gfx::Animation* animation) override;
void AnimationEnded(const gfx::Animation* animation) override;
- scoped_ptr<gfx::LinearAnimation> indeterminate_bar_animation_;
+ std::unique_ptr<gfx::LinearAnimation> indeterminate_bar_animation_;
DISALLOW_COPY_AND_ASSIGN(NotificationIndeterminateProgressBar);
};
« no previous file with comments | « ui/message_center/views/notification_button.h ('k') | ui/message_center/views/notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698