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

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: Respond to review comments. Created 8 years, 9 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 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);

Powered by Google App Engine
This is Rietveld 408576698