Index: webrtc/api/mediastream.h |
diff --git a/talk/app/webrtc/mediastream.h b/webrtc/api/mediastream.h |
similarity index 93% |
rename from talk/app/webrtc/mediastream.h |
rename to webrtc/api/mediastream.h |
index 240512d9c9ce9cabdecb955c8bc2abaaca6e8bd9..94f21eb7b94b08533e045db166573844c616c8f1 100644 |
--- a/talk/app/webrtc/mediastream.h |
+++ b/webrtc/api/mediastream.h |
@@ -27,14 +27,14 @@ |
// This file contains the implementation of MediaStreamInterface interface. |
-#ifndef TALK_APP_WEBRTC_MEDIASTREAM_H_ |
-#define TALK_APP_WEBRTC_MEDIASTREAM_H_ |
+#ifndef WEBRTC_API_MEDIASTREAM_H_ |
+#define WEBRTC_API_MEDIASTREAM_H_ |
#include <string> |
#include <vector> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/notifier.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/notifier.h" |
namespace webrtc { |
@@ -72,4 +72,4 @@ class MediaStream : public Notifier<MediaStreamInterface> { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_MEDIASTREAM_H_ |
+#endif // WEBRTC_API_MEDIASTREAM_H_ |