| Index: webrtc/pc/rtpreceiver.h
|
| diff --git a/webrtc/api/rtpreceiver.h b/webrtc/pc/rtpreceiver.h
|
| similarity index 95%
|
| rename from webrtc/api/rtpreceiver.h
|
| rename to webrtc/pc/rtpreceiver.h
|
| index b6807c43b76af15bc98f26fb8af155ef63458506..c135f227c03a47adcfd7912fc249a5f71b29b5bf 100644
|
| --- a/webrtc/api/rtpreceiver.h
|
| +++ b/webrtc/pc/rtpreceiver.h
|
| @@ -12,8 +12,8 @@
|
| // 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 <stdint.h>
|
|
|
| @@ -21,11 +21,12 @@
|
|
|
| #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 {
|
|
|
| @@ -154,4 +155,4 @@ class VideoRtpReceiver : public rtc::RefCountedObject<RtpReceiverInternal>,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_RTPRECEIVER_H_
|
| +#endif // WEBRTC_PC_RTPRECEIVER_H_
|
|
|