Index: athena/test/sample_activity.h |
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h |
index 791bd2029e6c9eb128640e0ef5dc1591dc74fffa..2ff7506efc29c9e3d1bb133e3c96aef479f14e44 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 { |