Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: talk/app/webrtc/objc/RTCPeerConnection.mm

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « talk/app/webrtc/objc/RTCMediaStreamTrack+Internal.h ('k') | talk/app/webrtc/objc/RTCPeerConnection+Internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698