| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| index 4f37abb62292de38a9338694012a22f1e9bd7b22..5268aad2ff1e457d1e182ad27e65c7e6c1c00a7e 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| @@ -30,6 +30,7 @@
|
| #include "ash/wm/visibility_controller.h"
|
| #endif
|
|
|
| +using content::RenderViewHost;
|
| using content::RenderWidgetHostView;
|
| using content::WebContents;
|
|
|
| @@ -182,7 +183,7 @@ void NativeTabContentsViewAura::Unparent() {
|
| }
|
|
|
| RenderWidgetHostView* NativeTabContentsViewAura::CreateRenderWidgetHostView(
|
| - RenderWidgetHost* render_widget_host) {
|
| + content::RenderWidgetHost* render_widget_host) {
|
| RenderWidgetHostView* view =
|
| RenderWidgetHostView::CreateViewForWidget(render_widget_host);
|
|
|
|
|