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

Unified Diff: webrtc/pc/rtpreceiver.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase 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/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 80a0256a02b8c6c802ec5bd73da0ce98a80f0879..b85bb0c038b926444aa5b93820c29626254de868 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 {

Powered by Google App Engine
This is Rietveld 408576698