Index: cc/input/scroll_state_unittest.cc |
diff --git a/cc/input/scroll_state_unittest.cc b/cc/input/scroll_state_unittest.cc |
index a996a1c021e00ebd741d95b4b0507f3dc584a286..b7299007b0293b5ebf1e377879e1708c76fb9168 100644 |
--- a/cc/input/scroll_state_unittest.cc |
+++ b/cc/input/scroll_state_unittest.cc |
@@ -67,7 +67,7 @@ TEST_F(ScrollStateTest, CurrentNativeScrollingScrollable) { |
FakeLayerTreeHostImpl host_impl(&task_runner_provider, &shared_bitmap_manager, |
&task_graph_runner); |
- scoped_ptr<LayerImpl> layer_impl = |
+ std::unique_ptr<LayerImpl> layer_impl = |
LayerImpl::Create(host_impl.active_tree(), 1); |
ScrollNode* scroll_node = |
host_impl.active_tree()->property_trees()->scroll_tree.Node( |