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

Unified Diff: webrtc/call/call.cc

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Separated headers into :call_interfaces; update deps Created 4 years 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/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index 3d940b619a073b29221e341977f82a371b762ce8..ad418da0de7632e10390118bc4fd39b6cbcc4bff 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -27,8 +27,8 @@
#include "webrtc/base/thread_annotations.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/base/trace_event.h"
-#include "webrtc/call.h"
#include "webrtc/call/bitrate_allocator.h"
+#include "webrtc/call/call.h"
#include "webrtc/call/flexfec_receive_stream.h"
#include "webrtc/config.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
« webrtc/call/BUILD.gn ('K') | « webrtc/call/call.h ('k') | webrtc/call/call_perf_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698