| Index: chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h
|
| index d4d0f69a7cc152ecb1945793086bc94b124e0720..b5020ec0cc7bcfbfa655caa0a73e18ec10c92303 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/shell_window_cocoa.h
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/ui/extensions/shell_window.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| -class ExtensionHost;
|
| +class Profile;
|
| class ShellWindowCocoa;
|
|
|
| // A window controller for a minimal window to host a web app view. Passes
|
| @@ -30,7 +30,9 @@ class ShellWindowCocoa;
|
| // Cocoa bridge to ShellWindow.
|
| class ShellWindowCocoa : public ShellWindow {
|
| public:
|
| - explicit ShellWindowCocoa(ExtensionHost* host);
|
| + ShellWindowCocoa(Profile* profile,
|
| + const Extension* extension,
|
| + const GURL& url);
|
|
|
| // BaseWindow implementation.
|
| virtual bool IsActive() const OVERRIDE;
|
|
|