Index: webrtc/api/mediastreamtrack.h |
diff --git a/talk/app/webrtc/mediastreamtrack.h b/webrtc/api/mediastreamtrack.h |
similarity index 92% |
rename from talk/app/webrtc/mediastreamtrack.h |
rename to webrtc/api/mediastreamtrack.h |
index 2097d9083d1eff9993fdb871aacefcd99534c0b0..2e9f774709648a91590bbc3ebf9600695dcb217a 100644 |
--- a/talk/app/webrtc/mediastreamtrack.h |
+++ b/webrtc/api/mediastreamtrack.h |
@@ -25,13 +25,13 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_ |
-#define TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_ |
+#ifndef WEBRTC_API_MEDIASTREAMTRACK_H_ |
+#define WEBRTC_API_MEDIASTREAMTRACK_H_ |
#include <string> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/notifier.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/notifier.h" |
namespace webrtc { |
@@ -78,4 +78,4 @@ class MediaStreamTrack : public Notifier<T> { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_MEDIASTREAMTRACK_H_ |
+#endif // WEBRTC_API_MEDIASTREAMTRACK_H_ |