| 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 6c21e9891be2595d6381a8326e31f1f1a54f772f..35d214718c2a4850f1586a365bd267370f87f00f 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
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -35,7 +35,7 @@ class NativeTabContentsViewAura : public views::NativeWidgetAura,
|
| // Overridden from NativeTabContentsView:
|
| virtual void InitNativeTabContentsView() OVERRIDE;
|
| virtual void Unparent() OVERRIDE;
|
| - virtual RenderWidgetHostView* CreateRenderWidgetHostView(
|
| + virtual content::RenderWidgetHostView* CreateRenderWidgetHostView(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
| virtual void SetPageTitle(const string16& title) OVERRIDE;
|
|
|