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

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: 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/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..cde97c8c2a580a83526c4a0f161b98ee60cc3bef 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,7 @@
#include <algorithm>
-#include "talk/session/media/srtpfilter.h"
+#include "webrtc/pc/srtpfilter.h"
#include "webrtc/api/mediacontroller.h"
#include "webrtc/base/bind.h"
#include "webrtc/base/common.h"

Powered by Google App Engine
This is Rietveld 408576698