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

Unified Diff: webrtc/api/objc/RTCRtpSender.h

Issue 1875003004: Fix WebRTC API framework build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 years, 8 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
« no previous file with comments | « webrtc/api/objc/RTCEAGLVideoView.h ('k') | webrtc/api/objc/RTCVideoTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCRtpSender.h
diff --git a/webrtc/api/objc/RTCRtpSender.h b/webrtc/api/objc/RTCRtpSender.h
index c7108fa91b4f21f1f1ed6d9b48717b045d0e444e..20d1db9b6a893118315c7349dd71016be161e1e2 100644
--- a/webrtc/api/objc/RTCRtpSender.h
+++ b/webrtc/api/objc/RTCRtpSender.h
@@ -10,8 +10,8 @@
#import <Foundation/Foundation.h>
-#import "webrtc/api/objc/RTCRtpParameters.h"
#import "webrtc/api/objc/RTCMediaStreamTrack.h"
+#import "webrtc/api/objc/RTCRtpParameters.h"
NS_ASSUME_NONNULL_BEGIN
« no previous file with comments | « webrtc/api/objc/RTCEAGLVideoView.h ('k') | webrtc/api/objc/RTCVideoTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698