| Index: cc/animation/animation_host_perftest.cc
|
| diff --git a/cc/animation/animation_host_perftest.cc b/cc/animation/animation_host_perftest.cc
|
| index bd183ed243d273431ef5ee28f9bcefadc3a4167e..fb893325e82251f635cee8505c36d9e7a7eb0a20 100644
|
| --- a/cc/animation/animation_host_perftest.cc
|
| +++ b/cc/animation/animation_host_perftest.cc
|
| @@ -114,7 +114,7 @@ class AnimationHostPerfTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - scoped_ptr<FakeLayerTreeHost> layer_tree_host_;
|
| + std::unique_ptr<FakeLayerTreeHost> layer_tree_host_;
|
| scoped_refptr<Layer> root_layer_;
|
| LayerImpl* root_layer_impl_;
|
|
|
|
|