| Index: trunk/src/apps/app_window_contents.h
|
| ===================================================================
|
| --- trunk/src/apps/app_window_contents.h (revision 251111)
|
| +++ trunk/src/apps/app_window_contents.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| class GURL;
|
|
|
| namespace content {
|
| -class RenderViewHost;
|
| +class BrowserContext;
|
| }
|
|
|
| namespace extensions {
|
| @@ -38,7 +38,8 @@
|
| virtual ~AppWindowContents();
|
|
|
| // ShellWindowContents
|
| - virtual void Initialize(Profile* profile, const GURL& url) OVERRIDE;
|
| + virtual void Initialize(content::BrowserContext* context,
|
| + const GURL& url) OVERRIDE;
|
| virtual void LoadContents(int32 creator_process_id) OVERRIDE;
|
| virtual void NativeWindowChanged(NativeAppWindow* native_app_window) OVERRIDE;
|
| virtual void NativeWindowClosed() OVERRIDE;
|
|
|