| Index: chrome/browser/ui/gtk/constrained_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| index c8a194f9c1f2217aa069d265dba70a403d553821..ca0be17af18b21d70bcbcbaae3949edd372012db 100644
|
| --- a/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| @@ -22,7 +22,7 @@ class TabContentsViewViews;
|
| #elif defined(TOOLKIT_VIEWS)
|
| class NativeTabContentsViewGtk;
|
| #else
|
| -class TabContentsViewGtk;
|
| +class ChromeTabContentsViewWrapperGtk;
|
| #endif
|
|
|
| class ConstrainedWindowGtkDelegate {
|
| @@ -56,7 +56,7 @@ class ConstrainedWindowGtk : public ConstrainedWindow {
|
| #elif defined(TOOLKIT_VIEWS)
|
| typedef NativeTabContentsViewGtk TabContentsViewType;
|
| #else
|
| - typedef TabContentsViewGtk TabContentsViewType;
|
| + typedef ChromeTabContentsViewWrapperGtk TabContentsViewType;
|
| #endif
|
|
|
| ConstrainedWindowGtk(TabContentsWrapper* wrapper,
|
|
|