| Index: cc/layers/ui_resource_layer_impl.cc
|
| diff --git a/cc/layers/ui_resource_layer_impl.cc b/cc/layers/ui_resource_layer_impl.cc
|
| index 9fb703ef6fe99b30e54d47a290cfc93f150898a6..dfe9e259aafab79486d861bdfe8275a42bd28d68 100644
|
| --- a/cc/layers/ui_resource_layer_impl.cc
|
| +++ b/cc/layers/ui_resource_layer_impl.cc
|
| @@ -27,7 +27,7 @@ UIResourceLayerImpl::UIResourceLayerImpl(LayerTreeImpl* tree_impl, int id)
|
|
|
| UIResourceLayerImpl::~UIResourceLayerImpl() {}
|
|
|
| -scoped_ptr<LayerImpl> UIResourceLayerImpl::CreateLayerImpl(
|
| +std::unique_ptr<LayerImpl> UIResourceLayerImpl::CreateLayerImpl(
|
| LayerTreeImpl* tree_impl) {
|
| return UIResourceLayerImpl::Create(tree_impl, id());
|
| }
|
|
|