Chromium Code Reviews

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

Issue 2714813004: Create the SrtpTransportInterface. (Closed)
Patch Set: Merge and modified the tests. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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"

Powered by Google App Engine