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

Unified Diff: webrtc/pc/channel.h

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.h
diff --git a/talk/session/media/channel.h b/webrtc/pc/channel.h
similarity index 98%
rename from talk/session/media/channel.h
rename to webrtc/pc/channel.h
index dfc0ce517dc5895df973fec07dbe199d942462aa..82ef12b9e4be4cf0a6ed57fe8727c6bca4bd29ee 100644
--- a/talk/session/media/channel.h
+++ b/webrtc/pc/channel.h
@@ -34,12 +34,12 @@
#include <utility>
#include <vector>
-#include "talk/session/media/audiomonitor.h"
-#include "talk/session/media/bundlefilter.h"
-#include "talk/session/media/mediamonitor.h"
-#include "talk/session/media/mediasession.h"
-#include "talk/session/media/rtcpmuxfilter.h"
-#include "talk/session/media/srtpfilter.h"
+#include "webrtc/pc/audiomonitor.h"
+#include "webrtc/pc/bundlefilter.h"
+#include "webrtc/pc/mediamonitor.h"
+#include "webrtc/pc/mediasession.h"
+#include "webrtc/pc/rtcpmuxfilter.h"
+#include "webrtc/pc/srtpfilter.h"
#include "webrtc/audio/audio_sink.h"
#include "webrtc/base/asyncudpsocket.h"
#include "webrtc/base/criticalsection.h"

Powered by Google App Engine
This is Rietveld 408576698