| Index: athena/content/web_activity.h
|
| diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
|
| index 850f93af69ddd536e73717d71e3a72389deffa19..45407a487f8d7801342250d144597211fa34a042 100644
|
| --- a/athena/content/web_activity.h
|
| +++ b/athena/content/web_activity.h
|
| @@ -29,6 +29,7 @@ class WebActivity : public Activity,
|
| public content::WebContentsObserver {
|
| public:
|
| WebActivity(content::BrowserContext* context, const GURL& gurl);
|
| + WebActivity(AthenaWebView* web_view);
|
| virtual ~WebActivity();
|
|
|
| protected:
|
|
|