Index: webrtc/media/base/mediachannel.h |
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h |
index 5aae309febc5dedf3f7bcc3d37d93fbf85a7ba06..ef245a133a70b2ead5066aa661b218f47bbe7777 100644 |
--- a/webrtc/media/base/mediachannel.h |
+++ b/webrtc/media/base/mediachannel.h |
@@ -15,6 +15,7 @@ |
#include <string> |
#include <vector> |
+#include "webrtc/api/optional.h" |
#include "webrtc/api/rtpparameters.h" |
#include "webrtc/api/rtpreceiverinterface.h" |
#include "webrtc/api/video/video_timing.h" |
@@ -30,7 +31,6 @@ |
#include "webrtc/rtc_base/dscp.h" |
#include "webrtc/rtc_base/logging.h" |
#include "webrtc/rtc_base/networkroute.h" |
-#include "webrtc/rtc_base/optional.h" |
#include "webrtc/rtc_base/sigslot.h" |
#include "webrtc/rtc_base/socket.h" |
#include "webrtc/rtc_base/window.h" |