| Index: ui/views/animation/test/test_ink_drop_host.h
|
| diff --git a/ui/views/animation/test/test_ink_drop_host.h b/ui/views/animation/test/test_ink_drop_host.h
|
| index 139ffec2d68c7060d65eb16e76ed8257782ac683..5bf8650e3a4c1cf81f267f96ab65f5fac23aa024 100644
|
| --- a/ui/views/animation/test/test_ink_drop_host.h
|
| +++ b/ui/views/animation/test/test_ink_drop_host.h
|
| @@ -26,8 +26,8 @@ class TestInkDropHost : public InkDropHost {
|
| // TestInkDropHost:
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| - scoped_ptr<InkDropAnimation> CreateInkDropAnimation() const override;
|
| - scoped_ptr<InkDropHover> CreateInkDropHover() const override;
|
| + std::unique_ptr<InkDropAnimation> CreateInkDropAnimation() const override;
|
| + std::unique_ptr<InkDropHover> CreateInkDropHover() const override;
|
|
|
| private:
|
| int num_ink_drop_layers_;
|
|
|