| Index: chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| index 37455486b73c54d35a33ff8b1275193ed95291ac..ad72a8e703159c241c94232e5f05fcdcb8f99596 100644
|
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| @@ -14,13 +14,13 @@
|
| #include "ui/base/x/active_window_watcher_x_observer.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| -class ExtensionHost;
|
| +class PlatformAppHost;
|
|
|
| class ShellWindowGtk : public ShellWindow,
|
| public ExtensionViewGtk::Container,
|
| public ui::ActiveWindowWatcherXObserver {
|
| public:
|
| - explicit ShellWindowGtk(ExtensionHost* host);
|
| + explicit ShellWindowGtk(PlatformAppHost* host, const Extension* extension);
|
|
|
| // BaseWindow implementation.
|
| virtual bool IsActive() const OVERRIDE;
|
|
|