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

Unified Diff: webrtc/pc/rtcstatscollector.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « webrtc/pc/rtcstatscollector.h ('k') | webrtc/pc/rtcstatscollector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/rtcstatscollector.cc
diff --git a/webrtc/api/rtcstatscollector.cc b/webrtc/pc/rtcstatscollector.cc
similarity index 99%
rename from webrtc/api/rtcstatscollector.cc
rename to webrtc/pc/rtcstatscollector.cc
index e7929cb15ab6a23a15748b90c34781be75f29075..1a25f32a9cd9e3b59d740aa220d5634e7cd9fec0 100644
--- a/webrtc/api/rtcstatscollector.cc
+++ b/webrtc/pc/rtcstatscollector.cc
@@ -8,23 +8,23 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/rtcstatscollector.h"
+#include "webrtc/pc/rtcstatscollector.h"
#include <memory>
#include <sstream>
#include <utility>
#include <vector>
-#include "webrtc/api/peerconnection.h"
-#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/api/mediastreaminterface.h"
-#include "webrtc/api/webrtcsession.h"
+#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/media/base/mediachannel.h"
#include "webrtc/p2p/base/candidate.h"
#include "webrtc/p2p/base/p2pconstants.h"
#include "webrtc/p2p/base/port.h"
+#include "webrtc/pc/peerconnection.h"
+#include "webrtc/pc/webrtcsession.h"
namespace webrtc {
« no previous file with comments | « webrtc/pc/rtcstatscollector.h ('k') | webrtc/pc/rtcstatscollector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698