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

Unified Diff: chrome/browser/ui/views/html_dialog_view.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
« no previous file with comments | « chrome/browser/ui/views/html_dialog_view.h ('k') | chrome/browser/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/html_dialog_view.cc
diff --git a/chrome/browser/ui/views/html_dialog_view.cc b/chrome/browser/ui/views/html_dialog_view.cc
index ea1128059394129c4b471b1a24b32ce1945d59f6..9d0994a8a9db07f91d2f3d1090cf8d0813374da6 100644
--- a/chrome/browser/ui/views/html_dialog_view.cc
+++ b/chrome/browser/ui/views/html_dialog_view.cc
@@ -30,8 +30,6 @@
#include "ui/views/widget/native_widget_aura.h"
#endif
-class RenderWidgetHost;
-
using content::WebContents;
using content::WebUIMessageHandler;
@@ -310,7 +308,7 @@ void HtmlDialogView::RegisterDialogAccelerators() {
AddAccelerator(ui::Accelerator(ui::VKEY_ESCAPE, false, false, false));
}
-void HtmlDialogView::OnRenderHostCreated(RenderViewHost* host) {
+void HtmlDialogView::OnRenderHostCreated(content::RenderViewHost* host) {
}
void HtmlDialogView::OnTabMainFrameLoaded() {
« no previous file with comments | « chrome/browser/ui/views/html_dialog_view.h ('k') | chrome/browser/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698