Index: talk/app/webrtc/objc/RTCPeerConnection.mm |
diff --git a/talk/app/webrtc/objc/RTCPeerConnection.mm b/talk/app/webrtc/objc/RTCPeerConnection.mm |
index f814f06ad80a073a5cce243b6c822c29218ec5e8..0ec61814f31319c835153a7d9759c1a3f1365e5a 100644 |
--- a/talk/app/webrtc/objc/RTCPeerConnection.mm |
+++ b/talk/app/webrtc/objc/RTCPeerConnection.mm |
@@ -45,7 +45,7 @@ |
#import "RTCStatsDelegate.h" |
#import "RTCStatsReport+Internal.h" |
-#include "talk/app/webrtc/jsep.h" |
+#include "webrtc/api/jsep.h" |
NSString* const kRTCSessionDescriptionDelegateErrorDomain = @"RTCSDPError"; |
int const kRTCSessionDescriptionDelegateErrorCode = -1; |