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

Unified Diff: webrtc/pc/rtpreceiver.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 months 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
« no previous file with comments | « webrtc/pc/rtcstatscollector_unittest.cc ('k') | webrtc/pc/rtpreceiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/pc/rtcstatscollector_unittest.cc ('k') | webrtc/pc/rtpreceiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698