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

Unified Diff: webrtc/pc/rtpsender.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/rtpreceiver.cc ('k') | webrtc/pc/rtpsender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/rtpsender.h
diff --git a/webrtc/api/rtpsender.h b/webrtc/pc/rtpsender.h
similarity index 98%
copy from webrtc/api/rtpsender.h
copy to webrtc/pc/rtpsender.h
index 6c0592148bb06d264bdb84b3bdff51b262b03e08..ed244b416a7226e77cc5d340c8557c4c77effb40 100644
--- a/webrtc/api/rtpsender.h
+++ b/webrtc/pc/rtpsender.h
@@ -12,19 +12,19 @@
// An RtpSender associates a MediaStreamTrackInterface with an underlying
// transport (provided by AudioProviderInterface/VideoProviderInterface)
-#ifndef WEBRTC_API_RTPSENDER_H_
-#define WEBRTC_API_RTPSENDER_H_
+#ifndef WEBRTC_PC_RTPSENDER_H_
+#define WEBRTC_PC_RTPSENDER_H_
#include <memory>
#include <string>
#include "webrtc/api/mediastreaminterface.h"
#include "webrtc/api/rtpsenderinterface.h"
-#include "webrtc/api/statscollector.h"
#include "webrtc/base/basictypes.h"
#include "webrtc/base/criticalsection.h"
#include "webrtc/media/base/audiosource.h"
#include "webrtc/pc/channel.h"
+#include "webrtc/pc/statscollector.h"
namespace webrtc {
@@ -232,4 +232,4 @@ class VideoRtpSender : public ObserverInterface,
} // namespace webrtc
-#endif // WEBRTC_API_RTPSENDER_H_
+#endif // WEBRTC_PC_RTPSENDER_H_
« no previous file with comments | « webrtc/pc/rtpreceiver.cc ('k') | webrtc/pc/rtpsender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698