| Index: cc/layers/layer_utils_unittest.cc
|
| diff --git a/cc/layers/layer_utils_unittest.cc b/cc/layers/layer_utils_unittest.cc
|
| index 842688ef1e6f4c47a0c021c17b72eb8d1689fa43..5459921e5de193016b75a0522b05dbd095e9e329 100644
|
| --- a/cc/layers/layer_utils_unittest.cc
|
| +++ b/cc/layers/layer_utils_unittest.cc
|
| @@ -29,8 +29,8 @@ class LayerUtilsGetAnimationBoundsTest : public testing::Test {
|
| &shared_bitmap_manager_,
|
| &task_graph_runner_),
|
| root_(CreateThreeNodeTree(&host_impl_)),
|
| - parent_(root_->children()[0]),
|
| - child_(parent_->children()[0]) {}
|
| + parent_(root_->children()[0].get()),
|
| + child_(parent_->children()[0].get()) {}
|
|
|
| LayerImpl* root() { return root_.get(); }
|
| LayerImpl* parent() { return parent_; }
|
|
|