| Index: cc/trees/proxy_impl_unittest.cc
|
| diff --git a/cc/trees/proxy_impl_unittest.cc b/cc/trees/proxy_impl_unittest.cc
|
| index 1be6acd069455a4797555c18bb8836d882ae32d2..9ff15f13f5e3698dde73c5c05be40b4653bbe716 100644
|
| --- a/cc/trees/proxy_impl_unittest.cc
|
| +++ b/cc/trees/proxy_impl_unittest.cc
|
| @@ -45,8 +45,8 @@ class ProxyImplTest : public testing::Test, public TestHooks {
|
| FakeLayerTreeHostClient host_client_;
|
| FakeChannelImpl channel_impl_;
|
| TaskRunnerProvider* task_runner_provider_;
|
| - scoped_ptr<ProxyImplForTest> proxy_impl_;
|
| - scoped_ptr<FakeLayerTreeHost> layer_tree_host_;
|
| + std::unique_ptr<ProxyImplForTest> proxy_impl_;
|
| + std::unique_ptr<FakeLayerTreeHost> layer_tree_host_;
|
| };
|
|
|
| // This is a regression test. See crbug/568120.
|
|
|