diff options
Diffstat (limited to 'chrome/browser/ui/gtk/constrained_window_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/constrained_window_gtk.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h index ca0be17..34abb8b 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; |