Index: cc/resources/scoped_ui_resource.h |
diff --git a/cc/resources/scoped_ui_resource.h b/cc/resources/scoped_ui_resource.h |
index 0e1676f05d2a45d4e32e2f36cc62d3ccb21139b6..4176c4b5af249e8bbf5b36e5c4afd34b1dc868b6 100644 |
--- a/cc/resources/scoped_ui_resource.h |
+++ b/cc/resources/scoped_ui_resource.h |
@@ -23,8 +23,9 @@ class LayerTreeHost; |
// resource or not. |
class CC_EXPORT ScopedUIResource : public UIResourceClient { |
public: |
- static scoped_ptr<ScopedUIResource> Create(LayerTreeHost* host, |
- const UIResourceBitmap& bitmap); |
+ static std::unique_ptr<ScopedUIResource> Create( |
+ LayerTreeHost* host, |
+ const UIResourceBitmap& bitmap); |
~ScopedUIResource() override; |
// UIResourceClient implementation. |