Index: webrtc/api/rtpsenderinterface.h |
diff --git a/talk/app/webrtc/rtpsenderinterface.h b/webrtc/api/rtpsenderinterface.h |
similarity index 93% |
rename from talk/app/webrtc/rtpsenderinterface.h |
rename to webrtc/api/rtpsenderinterface.h |
index f96ff1ef6bc694d7c8b4bee8af429041bdb85d92..740e9857d770902535e8652c2500820fdd5c63bf 100644 |
--- a/talk/app/webrtc/rtpsenderinterface.h |
+++ b/webrtc/api/rtpsenderinterface.h |
@@ -28,14 +28,14 @@ |
// This file contains interfaces for RtpSenders |
// http://w3c.github.io/webrtc-pc/#rtcrtpsender-interface |
-#ifndef TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_ |
-#define TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_ |
+#ifndef WEBRTC_API_RTPSENDERINTERFACE_H_ |
+#define WEBRTC_API_RTPSENDERINTERFACE_H_ |
#include <string> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/proxy.h" |
#include "talk/session/media/mediasession.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/proxy.h" |
#include "webrtc/base/refcount.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
@@ -87,4 +87,4 @@ END_PROXY() |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_RTPSENDERINTERFACE_H_ |
+#endif // WEBRTC_API_RTPSENDERINTERFACE_H_ |