| Index: athena/test/sample_activity.h
|
| diff --git a/athena/test/sample_activity.h b/athena/test/sample_activity.h
|
| index 791bd2029e6c9eb128640e0ef5dc1591dc74fffa..5f7b4e0f8e0a0d095220f3d49cfeb3e3b1fb94ef 100644
|
| --- a/athena/test/sample_activity.h
|
| +++ b/athena/test/sample_activity.h
|
| @@ -27,6 +27,7 @@ class SampleActivity : public Activity,
|
| virtual bool IsVisible() OVERRIDE;
|
| virtual ActivityMediaState GetMediaState() OVERRIDE;
|
| virtual aura::Window* GetWindow() OVERRIDE;
|
| + virtual content::WebContents* GetWebContents() OVERRIDE;
|
|
|
| // athena::ActivityViewModel:
|
| virtual void Init() OVERRIDE;
|
|
|