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

Unified Diff: content/browser/webui/web_ui_impl.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/browser/tab_contents/web_drag_source_win.h ('k') | content/browser/webui/web_ui_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_impl.h
diff --git a/content/browser/webui/web_ui_impl.h b/content/browser/webui/web_ui_impl.h
index eef3948f92791e7dfaf25a3bc15273a364f4c604..28b73606725f48ab1ec5c44d1a7fbc88e08622e5 100644
--- a/content/browser/webui/web_ui_impl.h
+++ b/content/browser/webui/web_ui_impl.h
@@ -12,7 +12,9 @@
#include "content/public/browser/web_ui.h"
#include "ipc/ipc_channel.h"
+namespace content {
class RenderViewHost;
+}
class CONTENT_EXPORT WebUIImpl : public content::WebUI,
public IPC::Channel::Listener {
@@ -23,7 +25,7 @@ class CONTENT_EXPORT WebUIImpl : public content::WebUI,
// Called by TabContents when the RenderView is first created. This is *not*
// called for every page load because in some cases RenderViewHostManager will
// reuse RenderView instances.
- void RenderViewCreated(RenderViewHost* render_view_host);
+ void RenderViewCreated(content::RenderViewHost* render_view_host);
// WebUI implementation:
virtual content::WebContents* GetWebContents() const OVERRIDE;
« no previous file with comments | « content/browser/tab_contents/web_drag_source_win.h ('k') | content/browser/webui/web_ui_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698