| Index: chrome/renderer/devtools_agent.h
|
| ===================================================================
|
| --- chrome/renderer/devtools_agent.h (revision 29249)
|
| +++ chrome/renderer/devtools_agent.h (working copy)
|
| @@ -32,11 +32,11 @@
|
| virtual bool OnMessageReceived(const IPC::Message& message);
|
|
|
| // WebDevToolsAgentDelegate implementation
|
| - virtual void SendMessageToClient(const std::string& class_name,
|
| - const std::string& method_name,
|
| - const std::string& param1,
|
| - const std::string& param2,
|
| - const std::string& param3);
|
| + virtual void SendMessageToClient(const WebKit::WebString& class_name,
|
| + const WebKit::WebString& method_name,
|
| + const WebKit::WebString& param1,
|
| + const WebKit::WebString& param2,
|
| + const WebKit::WebString& param3);
|
| virtual int GetHostId();
|
| virtual void ForceRepaint();
|
|
|
|
|