Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: webrtc/media/base/streamparams.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/media/base/screencastid.h ('k') | webrtc/media/base/streamparams.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/media/base/screencastid.h ('k') | webrtc/media/base/streamparams.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698