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

Unified Diff: webrtc/video/video_receive_stream.cc

Issue 2470913004: Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency (Closed)
Patch Set: Fixed header guards. Created 4 years, 1 month 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: webrtc/video/video_receive_stream.cc
diff --git a/webrtc/video/video_receive_stream.cc b/webrtc/video/video_receive_stream.cc
index 5173b2d4796aa5e8e974bfef5046001f671f77ff..7c64ce3acefc5c382ae7642cab7af7aa819b2f40 100644
--- a/webrtc/video/video_receive_stream.cc
+++ b/webrtc/video/video_receive_stream.cc
@@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/video/video_receive_stream.h"
#include <stdlib.h>
@@ -27,6 +26,7 @@
#include "webrtc/video/call_stats.h"
#include "webrtc/video/receive_statistics_proxy.h"
#include "webrtc/video_receive_stream.h"
+#include "webrtc/video/video_receive_stream.h"
stefan-webrtc 2016/11/03 09:30:29 Move back to the top.
#include "webrtc/voice_engine/include/voe_video_sync.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698