| Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| index 5a91659c94ecb90cc5c007f6f42445c6c7782038..09ecb155e5b8b0cb15ce79a39e50fee82e5d5938 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -13,11 +13,11 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/tab_contents/render_view_host_delegate_helper.h"
|
| #include "chrome/browser/ui/gtk/focus_store_gtk.h"
|
| -#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| +#include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| class ConstrainedWindowGtk;
|
| class RenderViewContextMenuGtk;
|
|
|