| 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 6f3b8724da34ed96783546501950cfeef87df485..a7b5341132eb2555ac3975cecaedfe65f231b373 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
|
| @@ -28,6 +28,7 @@
|
| #include "ash/wm/visibility_controller.h"
|
| #endif
|
|
|
| +using content::RenderViewHost;
|
| using content::RenderWidgetHostView;
|
| using content::WebContents;
|
|
|
| @@ -180,7 +181,7 @@ void NativeTabContentsViewAura::Unparent() {
|
| }
|
|
|
| RenderWidgetHostView* NativeTabContentsViewAura::CreateRenderWidgetHostView(
|
| - RenderWidgetHost* render_widget_host) {
|
| + content::RenderWidgetHost* render_widget_host) {
|
| RenderWidgetHostView* view =
|
| RenderWidgetHostView::CreateViewForWidget(render_widget_host);
|
|
|
|
|