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 496c2d9179a1a7a0416c5383a6b6e4dd506327bb..98c2794ac6e15e5410913132617e42e6aaa01529 100644 |
--- a/content/browser/devtools/ipc_devtools_agent_host.h |
+++ b/content/browser/devtools/ipc_devtools_agent_host.h |
@@ -18,7 +18,7 @@ |
// DevToolsAgentHostImpl implementation. |
virtual void Attach() OVERRIDE; |
virtual void Detach() OVERRIDE; |
- virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE; |
+ virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE; |
virtual void InspectElement(int x, int y) OVERRIDE; |
protected: |