Index: webrtc/media/base/streamparams.h |
diff --git a/talk/media/base/streamparams.h b/webrtc/media/base/streamparams.h |
similarity index 98% |
rename from talk/media/base/streamparams.h |
rename to webrtc/media/base/streamparams.h |
index db5f78c1d71c95d7326a0cb19211756d48c36ef7..2ceb1417129c833000a59f77e72e184592736c4b 100644 |
--- a/talk/media/base/streamparams.h |
+++ b/webrtc/media/base/streamparams.h |
@@ -40,8 +40,8 @@ |
// ssrc_groups = {{SIM,{10,20,30}, {FEC,{10,11}, {FEC, {20,21}, {FEC {30,31}}} |
// Please see RFC 5576. |
-#ifndef TALK_MEDIA_BASE_STREAMPARAMS_H_ |
-#define TALK_MEDIA_BASE_STREAMPARAMS_H_ |
+#ifndef WEBRTC_MEDIA_BASE_STREAMPARAMS_H_ |
+#define WEBRTC_MEDIA_BASE_STREAMPARAMS_H_ |
#include <algorithm> |
#include <set> |
@@ -317,4 +317,4 @@ bool IsSimulcastStream(const StreamParams& sp); |
} // namespace cricket |
-#endif // TALK_MEDIA_BASE_STREAMPARAMS_H_ |
+#endif // WEBRTC_MEDIA_BASE_STREAMPARAMS_H_ |