Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
index ab12e1602e2aa595c800fb0dd2622e8fdf60968d..75c99b911bfa5df16015d213473137e6f59dea4b 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
@@ -49,7 +49,6 @@ namespace blink { |
class ExceptionState; |
class MediaStreamTrack; |
class RTCAnswerOptions; |
-class RTCConfiguration; |
class RTCDTMFSender; |
class RTCDataChannel; |
class RTCIceCandidateInitOrRTCIceCandidate; |
@@ -61,6 +60,7 @@ class RTCSessionDescriptionInit; |
class RTCStatsCallback; |
class ScriptState; |
class VoidCallback; |
+struct WebRTCConfiguration; |
class RTCPeerConnection final : public EventTargetWithInlineData, |
public WebRTCPeerConnectionHandlerClient, |
@@ -213,7 +213,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData, |
}; |
RTCPeerConnection(ExecutionContext*, |
- RTCConfiguration*, |
+ const WebRTCConfiguration&, |
WebMediaConstraints, |
ExceptionState&); |
void dispose(); |