Index: webrtc/api/statscollector.cc |
diff --git a/webrtc/api/statscollector.cc b/webrtc/api/statscollector.cc |
index a47e8d7af98d2512ade4f4986daf70c76be83286..ca1548fa0d53531a6af4ea4c2a5b69d4f2a4b8f9 100644 |
--- a/webrtc/api/statscollector.cc |
+++ b/webrtc/api/statscollector.cc |
@@ -14,11 +14,11 @@ |
#include <vector> |
#include "webrtc/api/peerconnection.h" |
-#include "talk/session/media/channel.h" |
#include "webrtc/base/base64.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/timing.h" |
+#include "webrtc/pc/channel.h" |
using rtc::scoped_ptr; |