| Index: ui/views/animation/flood_fill_ink_drop_animation.h
|
| diff --git a/ui/views/animation/flood_fill_ink_drop_animation.h b/ui/views/animation/flood_fill_ink_drop_animation.h
|
| index 2449895ce343e590f965bd243bcc27cf40963fd6..97a4cd08b2d2cf5cd150505938d3b79664987070 100644
|
| --- a/ui/views/animation/flood_fill_ink_drop_animation.h
|
| +++ b/ui/views/animation/flood_fill_ink_drop_animation.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef UI_VIEWS_ANIMATION_FLOOD_FILL_INK_DROP_ANIMATION_H_
|
| #define UI_VIEWS_ANIMATION_FLOOD_FILL_INK_DROP_ANIMATION_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/compositor/layer.h"
|
|
|