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

Unified Diff: webrtc/api/rtpsender.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/rtpreceiverinterface.h ('k') | webrtc/api/rtpsender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtpsender.h
diff --git a/talk/app/webrtc/rtpsender.h b/webrtc/api/rtpsender.h
similarity index 96%
rename from talk/app/webrtc/rtpsender.h
rename to webrtc/api/rtpsender.h
index c68f64be40b29ab673c2f507d15856d01f92434c..45b765de9f4a25b2c3c64ae4e766d5489a8b8f1a 100644
--- a/talk/app/webrtc/rtpsender.h
+++ b/webrtc/api/rtpsender.h
@@ -29,14 +29,14 @@
// An RtpSender associates a MediaStreamTrackInterface with an underlying
// transport (provided by AudioProviderInterface/VideoProviderInterface)
-#ifndef TALK_APP_WEBRTC_RTPSENDER_H_
-#define TALK_APP_WEBRTC_RTPSENDER_H_
+#ifndef WEBRTC_API_RTPSENDER_H_
+#define WEBRTC_API_RTPSENDER_H_
#include <string>
-#include "talk/app/webrtc/mediastreamprovider.h"
-#include "talk/app/webrtc/rtpsenderinterface.h"
-#include "talk/app/webrtc/statscollector.h"
+#include "webrtc/api/mediastreamprovider.h"
+#include "webrtc/api/rtpsenderinterface.h"
+#include "webrtc/api/statscollector.h"
#include "webrtc/base/basictypes.h"
#include "webrtc/base/criticalsection.h"
#include "webrtc/base/scoped_ptr.h"
@@ -192,4 +192,4 @@ class VideoRtpSender : public ObserverInterface,
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_RTPSENDER_H_
+#endif // WEBRTC_API_RTPSENDER_H_
« no previous file with comments | « webrtc/api/rtpreceiverinterface.h ('k') | webrtc/api/rtpsender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698