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

Unified Diff: webrtc/pc/rtpreceiver.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Big move! 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/pc/rtpreceiver.cc
diff --git a/webrtc/api/rtpreceiver.cc b/webrtc/pc/rtpreceiver.cc
similarity index 98%
rename from webrtc/api/rtpreceiver.cc
rename to webrtc/pc/rtpreceiver.cc
index 02e1650cb9ca642cdda9890ad21a9d4de499c60b..201273970802ff4ac9313f03ce0b76d380e22162 100644
--- a/webrtc/api/rtpreceiver.cc
+++ b/webrtc/pc/rtpreceiver.cc
@@ -8,13 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/rtpreceiver.h"
+#include "webrtc/pc/rtpreceiver.h"
#include "webrtc/api/mediastreamtrackproxy.h"
-#include "webrtc/api/audiotrack.h"
#include "webrtc/api/videosourceproxy.h"
-#include "webrtc/api/videotrack.h"
#include "webrtc/base/trace_event.h"
+#include "webrtc/pc/audiotrack.h"
+#include "webrtc/pc/videotrack.h"
namespace webrtc {
« webrtc/api/BUILD.gn ('K') | « webrtc/pc/rtpreceiver.h ('k') | webrtc/pc/rtpsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698