Index: athena/test/sample_activity.h |
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h |
index 8658e0b7cc0a228c7784fe2465f031b5f228ec20..30b762bb33fd937b156227de6968f8e2f5dbe126 100644 |
--- a/athena/test/sample_activity.h |
+++ b/athena/test/sample_activity.h |
@@ -34,6 +34,7 @@ class SampleActivity : public Activity, |
virtual void Init() OVERRIDE; |
virtual SkColor GetRepresentativeColor() const OVERRIDE; |
virtual base::string16 GetTitle() const OVERRIDE; |
+ virtual gfx::ImageSkia GetIcon() const OVERRIDE; |
virtual bool UsesFrame() const OVERRIDE; |
virtual views::View* GetContentsView() OVERRIDE; |
virtual void CreateOverviewModeImage() OVERRIDE; |