| Index: cc/test/fake_scoped_ui_resource.h
|
| diff --git a/cc/test/fake_scoped_ui_resource.h b/cc/test/fake_scoped_ui_resource.h
|
| index 6590cbc9faaeeb2b2183dda9207962d4e8442b6c..db27ed6f31940cb830209b15481070b1a4aa632e 100644
|
| --- a/cc/test/fake_scoped_ui_resource.h
|
| +++ b/cc/test/fake_scoped_ui_resource.h
|
| @@ -14,7 +14,7 @@ class LayerTreeHost;
|
|
|
| class FakeScopedUIResource : public ScopedUIResource {
|
| public:
|
| - static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
|
| + static std::unique_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
|
|
|
| UIResourceBitmap GetBitmap(UIResourceId uid, bool resource_lost) override;
|
| void ResetCounters();
|
|
|