Index: content/browser/devtools/devtools_agent_host_impl.h |
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h |
index d0fad668b492522b6f0444cde903cc932d0fec08..d20a8b793505146e0fd147a43f5623a50f1bc9d1 100644 |
--- a/content/browser/devtools/devtools_agent_host_impl.h |
+++ b/content/browser/devtools/devtools_agent_host_impl.h |
@@ -47,11 +47,11 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost { |
virtual std::string GetId() OVERRIDE; |
- virtual RenderViewHost* GetRenderViewHost() OVERRIDE; |
+ virtual WebContents* GetWebContents() OVERRIDE; |
- virtual void DisconnectRenderViewHost() OVERRIDE; |
+ virtual void DisconnectWebContents() OVERRIDE; |
- virtual void ConnectRenderViewHost(RenderViewHost* rvh) OVERRIDE; |
+ virtual void ConnectWebContents(WebContents* rvh) OVERRIDE; |
virtual bool IsWorker() const OVERRIDE; |