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

Unified Diff: webrtc/api/peerconnection.cc

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Make the test target inherit the defines for rtc_pc 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/api/peerconnection.cc
diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc
index a076f3ca3a67996889120c639bec7966e81e33a8..986ddf3a214dc579091dc4836d438931c4c05b06 100644
--- a/webrtc/api/peerconnection.cc
+++ b/webrtc/api/peerconnection.cc
@@ -15,7 +15,7 @@
#include <utility>
#include <vector>
-#include "talk/session/media/channelmanager.h"
+#include "webrtc/pc/channelmanager.h"
Taylor Brandstetter 2016/02/10 22:20:47 I think you need to run the include sorter; api co
kjellander_webrtc 2016/02/11 12:59:35 Sure, I planned to just do manual review this time
#include "webrtc/api/audiotrack.h"
#include "webrtc/api/dtmfsender.h"
#include "webrtc/api/jsepicecandidate.h"

Powered by Google App Engine
This is Rietveld 408576698