| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| index 35d214718c2a4850f1586a365bd267370f87f00f..4e5e9b603598ebfa29a8e41b36fdb935c7ca8a5f 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| @@ -36,7 +36,7 @@ class NativeTabContentsViewAura : public views::NativeWidgetAura,
|
| 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,
|
|
|