Index: webrtc/p2p/base/transport.h |
diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h |
index 66e300a1544be1117865471492fe7b8d13601a7a..8b30127b7f9e7c83cb2b76df09f52224f8aedd86 100644 |
--- a/webrtc/p2p/base/transport.h |
+++ b/webrtc/p2p/base/transport.h |
@@ -214,7 +214,7 @@ class Transport : public sigslot::has_slots<> { |
} |
// Get a copy of the remote certificate in use by the specified channel. |
- bool GetRemoteSSLCertificate(rtc::SSLCertificate** cert); |
+ rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate(); |
// Create, destroy, and lookup the channels of this type by their components. |
TransportChannelImpl* CreateChannel(int component); |