Index: cc/layers/nine_patch_layer.cc |
diff --git a/cc/layers/nine_patch_layer.cc b/cc/layers/nine_patch_layer.cc |
index e2dc92f344e5ccc40daa01d967e11524f0ae731f..b68891cf51e3d44e1dcfcdda97003bbf90030163 100644 |
--- a/cc/layers/nine_patch_layer.cc |
+++ b/cc/layers/nine_patch_layer.cc |
@@ -21,7 +21,7 @@ NinePatchLayer::NinePatchLayer() |
NinePatchLayer::~NinePatchLayer() {} |
-scoped_ptr<LayerImpl> NinePatchLayer::CreateLayerImpl( |
+std::unique_ptr<LayerImpl> NinePatchLayer::CreateLayerImpl( |
LayerTreeImpl* tree_impl) { |
return NinePatchLayerImpl::Create(tree_impl, id()); |
} |