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