Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3547)

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review, take 2 Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698