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

Unified Diff: webrtc/api/rtpreceiver.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/remotevideocapturer_unittest.cc ('k') | webrtc/api/rtpreceiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtpreceiver.h
diff --git a/talk/app/webrtc/rtpreceiver.h b/webrtc/api/rtpreceiver.h
similarity index 93%
rename from talk/app/webrtc/rtpreceiver.h
rename to webrtc/api/rtpreceiver.h
index db021baf6869984f41ecb82629e180d2c5528dc6..016ec6a9862f23427322ea11933d57c3249931eb 100644
--- a/talk/app/webrtc/rtpreceiver.h
+++ b/webrtc/api/rtpreceiver.h
@@ -29,13 +29,13 @@
// An RtpReceiver associates a MediaStreamTrackInterface with an underlying
// transport (provided by AudioProviderInterface/VideoProviderInterface)
-#ifndef TALK_APP_WEBRTC_RTPRECEIVER_H_
-#define TALK_APP_WEBRTC_RTPRECEIVER_H_
+#ifndef WEBRTC_API_RTPRECEIVER_H_
+#define WEBRTC_API_RTPRECEIVER_H_
#include <string>
-#include "talk/app/webrtc/mediastreamprovider.h"
-#include "talk/app/webrtc/rtpreceiverinterface.h"
+#include "webrtc/api/mediastreamprovider.h"
+#include "webrtc/api/rtpreceiverinterface.h"
#include "webrtc/base/basictypes.h"
namespace webrtc {
@@ -101,4 +101,4 @@ class VideoRtpReceiver : public rtc::RefCountedObject<RtpReceiverInterface> {
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_RTPRECEIVER_H_
+#endif // WEBRTC_API_RTPRECEIVER_H_
« no previous file with comments | « webrtc/api/remotevideocapturer_unittest.cc ('k') | webrtc/api/rtpreceiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698