| 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 1e14c8905d32ba09d3d98abbff432f13f73eadb1..6705ec9fbe377c85cde3bef571c70087e1d1d58e 100644
|
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| @@ -16,12 +16,16 @@
|
|
|
| class Profile;
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| class ShellWindowGtk : public ShellWindow,
|
| public ExtensionViewGtk::Container,
|
| public ui::ActiveWindowWatcherXObserver {
|
| public:
|
| ShellWindowGtk(Profile* profile,
|
| - const Extension* extension,
|
| + const extensions::Extension* extension,
|
| const GURL& url);
|
|
|
| // BaseWindow implementation.
|
|
|