| 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);
|
| };
|
|
|