| 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 d2c7f791659eeddfcbcbc2552b4ee80efc075f71..e802ec536e2b5404700e2499f7c2a0c8cc4f8bae 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
|
| @@ -37,7 +37,7 @@ class NativeTabContentsViewGtk : public views::NativeWidgetGtk,
|
| virtual void InitNativeTabContentsView() OVERRIDE;
|
| virtual void Unparent() OVERRIDE;
|
| virtual content::RenderWidgetHostView* CreateRenderWidgetHostView(
|
| - RenderWidgetHost* render_widget_host) OVERRIDE;
|
| + content::RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
| virtual void SetPageTitle(const string16& title) OVERRIDE;
|
| virtual void StartDragging(const WebDropData& drop_data,
|
|
|