| Index: ui/compositor/test/test_layer_animation_delegate.cc
|
| diff --git a/ui/compositor/test/test_layer_animation_delegate.cc b/ui/compositor/test/test_layer_animation_delegate.cc
|
| index 518de4d6d19a8369d0383fad0a0a8e8bf5e109d9..350370d455d9066ebde58bb085446bfa33bed45f 100644
|
| --- a/ui/compositor/test/test_layer_animation_delegate.cc
|
| +++ b/ui/compositor/test/test_layer_animation_delegate.cc
|
| @@ -120,7 +120,7 @@ void TestLayerAnimationDelegate::CreateCcLayer() {
|
| }
|
|
|
| void TestLayerThreadedAnimationDelegate::AddThreadedAnimation(
|
| - scoped_ptr<cc::Animation> animation) {}
|
| + std::unique_ptr<cc::Animation> animation) {}
|
|
|
| void TestLayerThreadedAnimationDelegate::RemoveThreadedAnimation(
|
| int animation_id) {}
|
|
|