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

Unified Diff: content/public/browser/devtools_agent_host_registry.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/content_browser_client.h ('k') | content/public/browser/devtools_client_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_agent_host_registry.h
diff --git a/content/public/browser/devtools_agent_host_registry.h b/content/public/browser/devtools_agent_host_registry.h
index 404a5cbb099c44dfe2ae198c4a8c50aa99b26d85..147c3bda96bbeb51a80138cc2adf4ccc851182f3 100644
--- a/content/public/browser/devtools_agent_host_registry.h
+++ b/content/public/browser/devtools_agent_host_registry.h
@@ -8,11 +8,10 @@
#include "content/common/content_export.h"
-class RenderViewHost;
-
namespace content {
class DevToolsAgentHost;
+class RenderViewHost;
class WebContents;
class CONTENT_EXPORT DevToolsAgentHostRegistry {
@@ -22,7 +21,8 @@ class CONTENT_EXPORT DevToolsAgentHostRegistry {
static DevToolsAgentHost* GetDevToolsAgentHost(RenderViewHost* rvh);
// Returns render view host instance for given |agent_host|.
- static RenderViewHost* GetRenderViewHost(DevToolsAgentHost* agent_host);
+ static RenderViewHost* GetRenderViewHost(
+ DevToolsAgentHost* agent_host);
// Returns true iff an instance of DevToolsAgentHost for the |rvh|
// does exist.
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/public/browser/devtools_client_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698