| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| index 455084b2d76e6e318b87c779ace515dcb5c8c441..864faeaf9b2359ea4eea92064378b0fd74a3c593 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
|
| @@ -48,7 +48,7 @@ class TabContentsViewViews : public views::Widget,
|
| // Overridden from 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;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
| @@ -57,7 +57,7 @@ class TabContentsViewViews : public views::Widget,
|
| 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;
|
|
|