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

Unified Diff: webrtc/pc/channel.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/channel.h ('k') | webrtc/pc/channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/channel.cc
diff --git a/talk/session/media/channel.cc b/webrtc/pc/channel.cc
similarity index 99%
rename from talk/session/media/channel.cc
rename to webrtc/pc/channel.cc
index bee37718add1e6ceaddbe308fa2fd4aad1330808..892f2b270fe369883fe2b979836c8f882c288d42 100644
--- a/talk/session/media/channel.cc
+++ b/webrtc/pc/channel.cc
@@ -27,9 +27,8 @@
#include <utility>
-#include "talk/session/media/channel.h"
+#include "webrtc/pc/channel.h"
-#include "talk/session/media/channelmanager.h"
#include "webrtc/audio/audio_sink.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/buffer.h"
@@ -41,6 +40,7 @@
#include "webrtc/media/base/constants.h"
#include "webrtc/media/base/rtputils.h"
#include "webrtc/p2p/base/transportchannel.h"
+#include "webrtc/pc/channelmanager.h"
namespace cricket {
using rtc::Bind;
« no previous file with comments | « webrtc/pc/channel.h ('k') | webrtc/pc/channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698