Chromium Code Reviews

Unified Diff: webrtc/api/statscollector.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.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/api/statscollector.cc
diff --git a/webrtc/api/statscollector.cc b/webrtc/api/statscollector.cc
index a47e8d7af98d2512ade4f4986daf70c76be83286..541a650478524ac25c1db3901b56ff5d55bb1c35 100644
--- a/webrtc/api/statscollector.cc
+++ b/webrtc/api/statscollector.cc
@@ -14,7 +14,7 @@
#include <vector>
#include "webrtc/api/peerconnection.h"
-#include "talk/session/media/channel.h"
+#include "webrtc/pc/channel.h"
#include "webrtc/base/base64.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/scoped_ptr.h"

Powered by Google App Engine