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

Unified Diff: webrtc/pc/rtpsender.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/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 067ae5e5b8720219c268b182292f287e5f0ecd3d..b098def647fad9b97772862c2b4ed35f106d0cd0 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 {
@@ -230,4 +230,4 @@ class VideoRtpSender : public ObserverInterface,
} // namespace webrtc
-#endif // WEBRTC_API_RTPSENDER_H_
+#endif // WEBRTC_PC_RTPSENDER_H_

Powered by Google App Engine
This is Rietveld 408576698