| Index: ui/gfx/animation/slide_animation.h
|
| diff --git a/ui/gfx/animation/slide_animation.h b/ui/gfx/animation/slide_animation.h
|
| index 5db11d50c1811704d92ef875f6dcaad8b19ea928..9023d40c86f3de320cdc089d497347af363421fd 100644
|
| --- a/ui/gfx/animation/slide_animation.h
|
| +++ b/ui/gfx/animation/slide_animation.h
|
| @@ -43,7 +43,7 @@ namespace gfx {
|
| // }
|
| // }
|
| // private:
|
| -// scoped_ptr<SlideAnimation> animation_;
|
| +// std::unique_ptr<SlideAnimation> animation_;
|
| // }
|
| class GFX_EXPORT SlideAnimation : public LinearAnimation {
|
| public:
|
|
|