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

Unified Diff: content/public/browser/web_ui_controller.h

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 | « content/public/browser/web_contents_view_mac_delegate.h ('k') | content/test/js_injection_ready_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_ui_controller.h
diff --git a/content/public/browser/web_ui_controller.h b/content/public/browser/web_ui_controller.h
index b785f1ef7d9eb247cafafab5b6ada0f1896fce4d..bee5339a15a76becb10ff5ebf80ebc040c64f2f5 100644
--- a/content/public/browser/web_ui_controller.h
+++ b/content/public/browser/web_ui_controller.h
@@ -11,7 +11,6 @@
#include "content/common/content_export.h"
class GURL;
-class RenderViewHost;
namespace base {
class ListValue;
@@ -19,6 +18,7 @@ class ListValue;
namespace content {
+class RenderViewHost;
class WebUI;
// A WebUI page is controller by the embedder's WebUIController object. It
« no previous file with comments | « content/public/browser/web_contents_view_mac_delegate.h ('k') | content/test/js_injection_ready_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698