| Index: content/renderer/p2p/p2p_transport_impl.h
|
| diff --git a/content/renderer/p2p/p2p_transport_impl.h b/content/renderer/p2p/p2p_transport_impl.h
|
| index 43be3bcad2bc9f376df980093b4d3a4fa27a15fc..6e46b159a48e186df03811d49363e90e6ee241aa 100644
|
| --- a/content/renderer/p2p/p2p_transport_impl.h
|
| +++ b/content/renderer/p2p/p2p_transport_impl.h
|
| @@ -54,7 +54,7 @@ class P2PTransportImpl : public webkit_glue::P2PTransport,
|
| // webkit_glue::P2PTransport interface.
|
| virtual bool Init(const std::string& name,
|
| Protocol protocol,
|
| - const std::string& config,
|
| + const Config& config,
|
| EventHandler* event_handler) OVERRIDE;
|
| virtual bool AddRemoteCandidate(const std::string& address) OVERRIDE;
|
| virtual net::Socket* GetChannel() OVERRIDE;
|
|
|