 Chromium Code Reviews
 Chromium Code Reviews Issue 1691463002:
  Move talk/session/media -> webrtc/pc  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master
    
  
    Issue 1691463002:
  Move talk/session/media -> webrtc/pc  (Closed) 
  Base URL: https://chromium.googlesource.com/external/webrtc.git@master| 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" |