| 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 ca0be17af18b21d70bcbcbaae3949edd372012db..34abb8b85fe4e5f51f596c3fceee95f1cda78fb5 100644
|
| --- a/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| @@ -17,9 +17,7 @@
|
|
|
| class TabContentsWrapper;
|
| typedef struct _GdkColor GdkColor;
|
| -#if defined(TOUCH_UI)
|
| -class TabContentsViewViews;
|
| -#elif defined(TOOLKIT_VIEWS)
|
| +#if defined(TOOLKIT_VIEWS)
|
| class NativeTabContentsViewGtk;
|
| #else
|
| class ChromeTabContentsViewWrapperGtk;
|
| @@ -51,9 +49,7 @@ class ConstrainedWindowGtkDelegate {
|
| // centers the dialog. It is thus an order of magnitude simpler.
|
| class ConstrainedWindowGtk : public ConstrainedWindow {
|
| public:
|
| -#if defined(TOUCH_UI)
|
| - typedef TabContentsViewViews TabContentsViewType;
|
| -#elif defined(TOOLKIT_VIEWS)
|
| +#if defined(TOOLKIT_VIEWS)
|
| typedef NativeTabContentsViewGtk TabContentsViewType;
|
| #else
|
| typedef ChromeTabContentsViewWrapperGtk TabContentsViewType;
|
|
|