| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index 989aca9661cc09c30d738172eb0a63d5f342c800..f069b7b205a7d67b8d8faa2c63eab511cb0b515c 100644
|
| --- a/athena/test/sample_activity.h
|
| +++ b/athena/test/sample_activity.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "athena/activity/public/activity.h"
|
| #include "athena/activity/public/activity_view_model.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "ui/gfx/image/image_skia.h"
|
|
|
| namespace athena {
|
| @@ -38,7 +37,6 @@ class SampleActivity : public Activity,
|
| virtual bool UsesFrame() const OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual views::Widget* CreateWidget() OVERRIDE;
|
| - virtual void CreateOverviewModeImage() OVERRIDE;
|
| virtual gfx::ImageSkia GetOverviewModeImage() OVERRIDE;
|
| virtual void PrepareContentsForOverview() OVERRIDE;
|
| virtual void ResetContentsView() OVERRIDE;
|
|
|