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

Unified Diff: webrtc/pc/channelmanager.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/channelmanager.h ('k') | webrtc/pc/channelmanager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/channelmanager.cc
diff --git a/talk/session/media/channelmanager.cc b/webrtc/pc/channelmanager.cc
similarity index 99%
rename from talk/session/media/channelmanager.cc
rename to webrtc/pc/channelmanager.cc
index 8124f28364243e90382e096998618702b26452c0..ac2df8b0b8446df83e6321dd241ccc08b9840d69 100644
--- a/talk/session/media/channelmanager.cc
+++ b/webrtc/pc/channelmanager.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/channelmanager.h"
+#include "webrtc/pc/channelmanager.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -33,7 +33,6 @@
#include <algorithm>
-#include "talk/session/media/srtpfilter.h"
#include "webrtc/api/mediacontroller.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/common.h"
@@ -50,6 +49,7 @@
#ifdef HAVE_SCTP
#include "webrtc/media/sctp/sctpdataengine.h"
#endif
+#include "webrtc/pc/srtpfilter.h"
namespace cricket {
« no previous file with comments | « webrtc/pc/channelmanager.h ('k') | webrtc/pc/channelmanager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698