| Index: content/browser/tab_contents/tab_contents_view_win.h
|
| diff --git a/content/browser/tab_contents/tab_contents_view_win.h b/content/browser/tab_contents/tab_contents_view_win.h
|
| index 6cb762e3b51df5f607217484eb47814f52c5ce8d..1e9ec7b83388f605974b340a15ef26a2de32b5f0 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_win.h
|
| +++ b/content/browser/tab_contents/tab_contents_view_win.h
|
| @@ -28,7 +28,7 @@ class TabContentsViewWin : public content::WebContentsView,
|
|
|
| // Overridden from WebContentsView:
|
| 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;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
|
|