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

Unified Diff: chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.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/tab_contents/chrome_web_contents_view_gtk_delegate.cc
diff --git a/chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc b/chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc
index 9585146db460907bcda41dadb704de7734696762..86af48940e9b0741bf3531cebb632f221a4bf0bc 100644
--- a/chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc
+++ b/chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc
@@ -112,7 +112,8 @@ void ChromeWebContentsViewGtkDelegate::ShowContextMenu(
NOTREACHED();
return;
}
- view = RenderWidgetHost::FromIPCChannelListener(listener)->GetView();
+ view =
+ content::RenderWidgetHost::FromIPCChannelListener(listener)->GetView();
} else {
view = view_->web_contents()->GetRenderWidgetHostView();
}
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698