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

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: Disabled -Wmaybe-uninitialized warning on GCC 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
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..b2fa84e1d525ecae7a7384c3650060de100711c4 100644
--- a/talk/session/media/channel.cc
+++ b/webrtc/pc/channel.cc
@@ -27,9 +27,9 @@
#include <utility>
-#include "talk/session/media/channel.h"
+#include "webrtc/pc/channel.h"
-#include "talk/session/media/channelmanager.h"
+#include "webrtc/pc/channelmanager.h"
#include "webrtc/audio/audio_sink.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/buffer.h"
« no previous file with comments | « webrtc/pc/channel.h ('k') | webrtc/pc/channel_unittest.cc » ('j') | webrtc/pc/pc_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698