Index: webrtc/api/streamcollection.h |
diff --git a/talk/app/webrtc/streamcollection.h b/webrtc/api/streamcollection.h |
similarity index 95% |
rename from talk/app/webrtc/streamcollection.h |
rename to webrtc/api/streamcollection.h |
index 07a30a68c8e85dfd5ba368acd0bb9627f3bb5e86..fc9a891066bd96efc156a1796bc33943fb16184f 100644 |
--- a/talk/app/webrtc/streamcollection.h |
+++ b/webrtc/api/streamcollection.h |
@@ -25,13 +25,13 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_STREAMCOLLECTION_H_ |
-#define TALK_APP_WEBRTC_STREAMCOLLECTION_H_ |
+#ifndef WEBRTC_API_STREAMCOLLECTION_H_ |
+#define WEBRTC_API_STREAMCOLLECTION_H_ |
#include <string> |
#include <vector> |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
namespace webrtc { |
@@ -122,4 +122,4 @@ class StreamCollection : public StreamCollectionInterface { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_STREAMCOLLECTION_H_ |
+#endif // WEBRTC_API_STREAMCOLLECTION_H_ |