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 7675165e4b4a34eef7ca6f0bf9db95b0d5183b93..ae05c6ac66867f1d416b9fc43d36660e79669a88 100644 |
--- a/content/renderer/p2p/p2p_transport_impl.h |
+++ b/content/renderer/p2p/p2p_transport_impl.h |
@@ -52,7 +52,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; |