| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| index 435b3c2d8e90ae07459bae53a172a08824e378bd..d2c7f791659eeddfcbcbc2552b4ee80efc075f71 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| @@ -14,6 +14,7 @@ class TabContents;
|
| class WebDragBookmarkHandlerGtk;
|
|
|
| namespace content {
|
| +class RenderWidgetHostView;
|
| class WebDragDestGtk;
|
| class WebDragSourceGtk;
|
| }
|
| @@ -35,7 +36,7 @@ class NativeTabContentsViewGtk : public views::NativeWidgetGtk,
|
| // Overridden from NativeTabContentsView:
|
| virtual void InitNativeTabContentsView() OVERRIDE;
|
| virtual void Unparent() OVERRIDE;
|
| - virtual RenderWidgetHostView* CreateRenderWidgetHostView(
|
| + virtual content::RenderWidgetHostView* CreateRenderWidgetHostView(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
| virtual void SetPageTitle(const string16& title) OVERRIDE;
|
|
|