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

Unified Diff: webrtc/api/ortc/ortcrtpsenderinterface.h

Issue 2714813004: Create the SrtpTransportInterface. (Closed)
Patch Set: Use rtc::Optional for SRTP send and receive keys. Created 3 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
« no previous file with comments | « webrtc/api/ortc/ortcfactoryinterface.h ('k') | webrtc/api/ortc/srtptransportinterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/ortc/ortcrtpsenderinterface.h
diff --git a/webrtc/api/ortc/ortcrtpsenderinterface.h b/webrtc/api/ortc/ortcrtpsenderinterface.h
index e369b539e41febc7e193f32b807b2634ad8cfacb..a0fc208a58f8503a1dbf19048b8abae65feebc04 100644
--- a/webrtc/api/ortc/ortcrtpsenderinterface.h
+++ b/webrtc/api/ortc/ortcrtpsenderinterface.h
@@ -18,8 +18,8 @@
#ifndef WEBRTC_API_ORTC_ORTCRTPSENDERINTERFACE_H_
#define WEBRTC_API_ORTC_ORTCRTPSENDERINTERFACE_H_
-#include "webrtc/api/mediatypes.h"
#include "webrtc/api/mediastreaminterface.h"
+#include "webrtc/api/mediatypes.h"
#include "webrtc/api/ortc/rtptransportinterface.h"
#include "webrtc/api/rtcerror.h"
#include "webrtc/api/rtpparameters.h"
« no previous file with comments | « webrtc/api/ortc/ortcfactoryinterface.h ('k') | webrtc/api/ortc/srtptransportinterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698