Index: content/browser/devtools/forwarding_agent_host.h |
diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h |
index 81e4aed541967b244341c2080c65b587ccf6936c..93dabb40fd98e97bb5b0aad24199a7870b0e21a6 100644 |
--- a/content/browser/devtools/forwarding_agent_host.h |
+++ b/content/browser/devtools/forwarding_agent_host.h |
@@ -29,7 +29,7 @@ class ForwardingAgentHost |
// DevToolsAgentHostImpl implementation. |
virtual void Attach() OVERRIDE; |
virtual void Detach() OVERRIDE; |
- virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE; |
+ virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE; |
scoped_ptr<DevToolsExternalAgentProxyDelegate> delegate_; |
}; |