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 { |