| Index: content/browser/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/content/browser/tab_contents/tab_contents_view_gtk.h b/content/browser/tab_contents/tab_contents_view_gtk.h
|
| index fd1bd41089497c5ec1dba7ecc5fb34ceb9cbe339..140cc8bd35f7e1c65915819537ca3358669a6fef 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/content/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -52,7 +52,7 @@ class CONTENT_EXPORT TabContentsViewGtk : public WebContentsView {
|
| // WebContentsView implementation --------------------------------------------
|
|
|
| virtual void CreateView(const gfx::Size& initial_size) OVERRIDE;
|
| - virtual RenderWidgetHostView* CreateViewForWidget(
|
| + virtual content::RenderWidgetHostView* CreateViewForWidget(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
|
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
|
|