Chromium Code Reviews| Index: ui/app_list/views/top_icon_animation_view.h |
| diff --git a/ui/app_list/views/top_icon_animation_view.h b/ui/app_list/views/top_icon_animation_view.h |
| index c50d1227256a0e5227a194fe04cbff23781c69f9..d018a0591a642ba55f3463987ebcd80ce0b5ca6e 100644 |
| --- a/ui/app_list/views/top_icon_animation_view.h |
| +++ b/ui/app_list/views/top_icon_animation_view.h |
| @@ -9,6 +9,10 @@ |
| #include "ui/compositor/layer_animation_observer.h" |
| #include "ui/views/view.h" |
| +namespace gfx { |
| +class ImageSkia; |
| +} |
| + |
| namespace views { |
| class ImageView; |
| } |