| Index: athena/content/app_activity.h
|
| diff --git a/athena/content/app_activity.h b/athena/content/app_activity.h
|
| index 1b6e29c5f44d39e539a8eaeff3d52fbbb4ba89a8..5552f21bcec9f0f6c19e1ae9d614ece67c17e12b 100644
|
| --- a/athena/content/app_activity.h
|
| +++ b/athena/content/app_activity.h
|
| @@ -10,7 +10,6 @@
|
| #include "athena/content/app_activity_proxy.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| -#include "ui/gfx/image/image_skia.h"
|
|
|
| namespace extensions {
|
| class AppWindow;
|
| @@ -33,8 +32,8 @@ class AppActivity : public Activity,
|
| public:
|
| AppActivity(extensions::AppWindow* app_window, views::WebView* web_view);
|
|
|
| - // Gets the content proxy so that the AppProxy can take it over.
|
| - scoped_ptr<ContentProxy> GetContentProxy(aura::Window* window);
|
| + // Gets the content proxy so that the AppActivityProxy can take it over.
|
| + scoped_ptr<ContentProxy> GetContentProxy();
|
|
|
| // Activity:
|
| virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
|
|
|