Index: athena/test/sample_activity.h |
diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h |
index 8f423056b627e02c53059d13b66c986f7b543b2f..86253a8f3367eaa24b95c9d22945bc2df9cd375b 100644 |
--- a/athena/test/sample_activity.h |
+++ b/athena/test/sample_activity.h |
@@ -26,8 +26,9 @@ class SampleActivity : public Activity, |
// athena::ActivityViewModel: |
virtual void Init() OVERRIDE; |
- virtual SkColor GetRepresentativeColor() OVERRIDE; |
- virtual base::string16 GetTitle() OVERRIDE; |
+ virtual SkColor GetRepresentativeColor() const OVERRIDE; |
+ virtual base::string16 GetTitle() const OVERRIDE; |
+ virtual bool UsesFrame() const OVERRIDE; |
virtual views::View* GetContentsView() OVERRIDE; |
SkColor color_; |