Index: webrtc/pc/rtpreceiver.h |
diff --git a/webrtc/api/rtpreceiver.h b/webrtc/pc/rtpreceiver.h |
similarity index 96% |
rename from webrtc/api/rtpreceiver.h |
rename to webrtc/pc/rtpreceiver.h |
index 4b3bd4d4abc431e0412c3b8b2c296e450c0863e6..6c5b6b585636c30c7fbf39736e951bc3e43505af 100644 |
--- a/webrtc/api/rtpreceiver.h |
+++ b/webrtc/pc/rtpreceiver.h |
@@ -12,19 +12,19 @@ |
// An RtpReceiver associates a MediaStreamTrackInterface with an underlying |
// transport (provided by cricket::VoiceChannel/cricket::VideoChannel) |
-#ifndef WEBRTC_API_RTPRECEIVER_H_ |
-#define WEBRTC_API_RTPRECEIVER_H_ |
+#ifndef WEBRTC_PC_RTPRECEIVER_H_ |
+#define WEBRTC_PC_RTPRECEIVER_H_ |
#include <string> |
#include "webrtc/api/mediastreaminterface.h" |
#include "webrtc/api/rtpreceiverinterface.h" |
-#include "webrtc/api/remoteaudiosource.h" |
-#include "webrtc/api/videotracksource.h" |
#include "webrtc/base/basictypes.h" |
#include "webrtc/base/sigslot.h" |
#include "webrtc/media/base/videobroadcaster.h" |
#include "webrtc/pc/channel.h" |
+#include "webrtc/pc/remoteaudiosource.h" |
+#include "webrtc/pc/videotracksource.h" |
namespace webrtc { |
@@ -153,4 +153,4 @@ class VideoRtpReceiver : public rtc::RefCountedObject<RtpReceiverInternal>, |
} // namespace webrtc |
-#endif // WEBRTC_API_RTPRECEIVER_H_ |
+#endif // WEBRTC_PC_RTPRECEIVER_H_ |