| 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 244268de3120dfd01795ff0aa9b6205177aec376..7335170c72d9c2cc681dfe8bb09ed327beef384e 100644
|
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/timer.h"
|
| #include "chrome/browser/ui/extensions/native_shell_window.h"
|
| #include "chrome/browser/ui/extensions/shell_window.h"
|
| -#include "chrome/browser/ui/gtk/extensions/extension_view_gtk.h"
|
| #include "third_party/skia/include/core/SkRegion.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "ui/base/x/active_window_watcher_x_observer.h"
|
| @@ -25,7 +24,6 @@ struct DraggableRegion;
|
| }
|
|
|
| class ShellWindowGtk : public NativeShellWindow,
|
| - public ExtensionViewGtk::Container,
|
| public ui::ActiveWindowWatcherXObserver {
|
| public:
|
| ShellWindowGtk(ShellWindow* shell_window,
|
|
|