| 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 e128d6e2c63a4b8fe8ed1494b654c68e8cf67ae9..8055e8890e869d97f09244f5f042be2ac7ec222b 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_gtk.h
|
| +++ b/content/browser/tab_contents/tab_contents_view_gtk.h
|
| @@ -53,7 +53,7 @@ class CONTENT_EXPORT TabContentsViewGtk : public WebContentsView {
|
|
|
| virtual void CreateView(const gfx::Size& initial_size) OVERRIDE;
|
| virtual content::RenderWidgetHostView* CreateViewForWidget(
|
| - RenderWidgetHost* render_widget_host) OVERRIDE;
|
| + content::RenderWidgetHost* render_widget_host) OVERRIDE;
|
|
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
| @@ -63,7 +63,7 @@ class CONTENT_EXPORT TabContentsViewGtk : public WebContentsView {
|
| virtual void OnTabCrashed(base::TerminationStatus status,
|
| int error_code) OVERRIDE;
|
| virtual void SizeContents(const gfx::Size& size) OVERRIDE;
|
| - virtual void RenderViewCreated(RenderViewHost* host) OVERRIDE;
|
| + virtual void RenderViewCreated(content::RenderViewHost* host) OVERRIDE;
|
| virtual void Focus() OVERRIDE;
|
| virtual void SetInitialFocus() OVERRIDE;
|
| virtual void StoreFocus() OVERRIDE;
|
|
|