Index: content/browser/devtools/ipc_devtools_agent_host.h |
diff --git a/content/browser/devtools/ipc_devtools_agent_host.h b/content/browser/devtools/ipc_devtools_agent_host.h |
index 98c2794ac6e15e5410913132617e42e6aaa01529..496c2d9179a1a7a0416c5383a6b6e4dd506327bb 100644 |
--- a/content/browser/devtools/ipc_devtools_agent_host.h |
+++ b/content/browser/devtools/ipc_devtools_agent_host.h |
@@ -18,7 +18,7 @@ class CONTENT_EXPORT IPCDevToolsAgentHost : public DevToolsAgentHostImpl { |
// 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; |
virtual void InspectElement(int x, int y) OVERRIDE; |
protected: |