| Index: ui/compositor/scoped_layer_animation_settings.h
|
| diff --git a/ui/compositor/scoped_layer_animation_settings.h b/ui/compositor/scoped_layer_animation_settings.h
|
| index 22e547b221d3d017a8a2e3ec2cd8d00afe82b04e..9cb84641d74db5e5e58e36684bda530c2bab3775 100644
|
| --- a/ui/compositor/scoped_layer_animation_settings.h
|
| +++ b/ui/compositor/scoped_layer_animation_settings.h
|
| @@ -60,7 +60,7 @@ class COMPOSITOR_EXPORT ScopedLayerAnimationSettings {
|
| gfx::Tween::Type old_tween_type_;
|
| LayerAnimator::PreemptionStrategy old_preemption_strategy_;
|
| std::set<ImplicitAnimationObserver*> observers_;
|
| - scoped_ptr<InvertingObserver> inverse_observer_;
|
| + std::unique_ptr<InvertingObserver> inverse_observer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScopedLayerAnimationSettings);
|
| };
|
|
|