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

Unified Diff: webrtc/pc/mediasession.cc

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Last rebase 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/pc/mediasession.h ('k') | webrtc/pc/mediasession_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/mediasession.cc
diff --git a/talk/session/media/mediasession.cc b/webrtc/pc/mediasession.cc
similarity index 99%
rename from talk/session/media/mediasession.cc
rename to webrtc/pc/mediasession.cc
index b6f52c2b62155e1a8917e7073eabe1df1e810d9b..8512eb25275de3dc89d6d062439d0f8ce816d47a 100644
--- a/talk/session/media/mediasession.cc
+++ b/webrtc/pc/mediasession.cc
@@ -25,15 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/mediasession.h"
+#include "webrtc/pc/mediasession.h"
#include <functional>
#include <map>
#include <set>
#include <utility>
-#include "talk/session/media/channelmanager.h"
-#include "talk/session/media/srtpfilter.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/scoped_ptr.h"
@@ -41,6 +39,8 @@
#include "webrtc/media/base/constants.h"
#include "webrtc/media/base/cryptoparams.h"
#include "webrtc/p2p/base/constants.h"
+#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/srtpfilter.h"
#ifdef HAVE_SCTP
#include "webrtc/media/sctp/sctpdataengine.h"
« no previous file with comments | « webrtc/pc/mediasession.h ('k') | webrtc/pc/mediasession_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698