Index: athena/test/sample_activity.h |
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h |
index 5f7b4e0f8e0a0d095220f3d49cfeb3e3b1fb94ef..6bde1465943ea97507d681803ced53d7c5c77e29 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 { |