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