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

Unified Diff: chrome/browser/ui/webui/html_dialog_ui.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/webui/html_dialog_ui.cc
diff --git a/chrome/browser/ui/webui/html_dialog_ui.cc b/chrome/browser/ui/webui/html_dialog_ui.cc
index eb816893eba0b943d7710bab7873e9fcc1a038f4..5f470871793bc8ad55c2121db69d9a68f400437a 100644
--- a/chrome/browser/ui/webui/html_dialog_ui.cc
+++ b/chrome/browser/ui/webui/html_dialog_ui.cc
@@ -17,6 +17,7 @@
#include "content/public/browser/web_ui_message_handler.h"
#include "content/public/common/bindings_policy.h"
+using content::RenderViewHost;
using content::WebUIMessageHandler;
static base::LazyInstance<base::PropertyAccessor<HtmlDialogUIDelegate*> >

Powered by Google App Engine
This is Rietveld 408576698