Index: chrome/browser/ui/gtk/constrained_window_gtk.h |
=================================================================== |
--- chrome/browser/ui/gtk/constrained_window_gtk.h (revision 124607) |
+++ chrome/browser/ui/gtk/constrained_window_gtk.h (working copy) |
@@ -20,7 +20,7 @@ |
#if defined(TOOLKIT_VIEWS) |
class NativeTabContentsViewGtk; |
#else |
-class ChromeTabContentsViewWrapperGtk; |
+class ChromeWebContentsViewGtkDelegate; |
#endif |
class ConstrainedWindowGtkDelegate { |
@@ -52,7 +52,7 @@ |
#if defined(TOOLKIT_VIEWS) |
typedef NativeTabContentsViewGtk TabContentsViewType; |
#else |
- typedef ChromeTabContentsViewWrapperGtk TabContentsViewType; |
+ typedef ChromeWebContentsViewGtkDelegate TabContentsViewType; |
#endif |
ConstrainedWindowGtk(TabContentsWrapper* wrapper, |