| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index 01706ca6704a76351faf04a7e4a8d776a8dffa8a..989aca9661cc09c30d738172eb0a63d5f342c800 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 views::Widget* CreateWidget() OVERRIDE;
|
|
|