diff options
Diffstat (limited to 'athena/test/sample_activity.h')
-rw-r--r-- | athena/test/sample_activity.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h index 5f7b4e0..6bde146 100644 --- a/athena/test/sample_activity.h +++ b/athena/test/sample_activity.h @@ -7,7 +7,10 @@ #include "athena/activity/public/activity.h" #include "athena/activity/public/activity_view_model.h" -#include "ui/gfx/image/image_skia.h" + +namespace gfx { +class ImageSkia; +} namespace athena { namespace test { |