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

Unified Diff: webrtc/pc/rtpreceiver.h

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.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_

Powered by Google App Engine
This is Rietveld 408576698