| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| index cf6f2bd4856cb8850c062efcd6e6d4bd3605f618..8014aad860145bc12370dfb5f230d0929bfd0e50 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| @@ -34,7 +34,7 @@ class NativeTabContentsViewWin : public views::NativeWidgetWin,
|
| 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,
|
|
|