Chromium Code Reviews| 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..aaf4c714bc5e35194f60f43cd1c1ab33b05d2503 100644 |
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h |
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h |
| @@ -14,13 +14,15 @@ |
| #include "ui/base/x/active_window_watcher_x_observer.h" |
| #include "ui/gfx/rect.h" |
| -class ExtensionHost; |
| +class Profile; |
| class ShellWindowGtk : public ShellWindow, |
| public ExtensionViewGtk::Container, |
| public ui::ActiveWindowWatcherXObserver { |
| public: |
| - explicit ShellWindowGtk(ExtensionHost* host); |
| + explicit ShellWindowGtk(Profile* profile, |
|
Evan Stade
2012/05/08 00:58:16
you only need explicit when there's exactly one pa
|
| + const Extension* extension, |
| + const GURL& url); |
| // BaseWindow implementation. |
| virtual bool IsActive() const OVERRIDE; |