Index: webrtc/pc/rtcstatscollector_unittest.cc |
diff --git a/webrtc/api/rtcstatscollector_unittest.cc b/webrtc/pc/rtcstatscollector_unittest.cc |
similarity index 99% |
rename from webrtc/api/rtcstatscollector_unittest.cc |
rename to webrtc/pc/rtcstatscollector_unittest.cc |
index e03238423870c6dbd2e34ab07a417d31e7077af4..732784a19c5f295699dfdff927d2b8217cdfcec3 100644 |
--- a/webrtc/api/rtcstatscollector_unittest.cc |
+++ b/webrtc/pc/rtcstatscollector_unittest.cc |
@@ -8,21 +8,15 @@ |
* 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 <ostream> |
#include <string> |
#include <vector> |
-#include "webrtc/api/mediastream.h" |
-#include "webrtc/api/mediastreamtrack.h" |
-#include "webrtc/api/jsepsessiondescription.h" |
#include "webrtc/api/stats/rtcstats_objects.h" |
#include "webrtc/api/stats/rtcstatsreport.h" |
-#include "webrtc/api/test/mock_datachannel.h" |
-#include "webrtc/api/test/mock_peerconnection.h" |
-#include "webrtc/api/test/mock_webrtcsession.h" |
#include "webrtc/base/checks.h" |
#include "webrtc/base/fakeclock.h" |
#include "webrtc/base/fakesslidentity.h" |
@@ -37,6 +31,12 @@ |
#include "webrtc/media/base/test/mock_mediachannel.h" |
#include "webrtc/p2p/base/p2pconstants.h" |
#include "webrtc/p2p/base/port.h" |
+#include "webrtc/pc/jsepsessiondescription.h" |
+#include "webrtc/pc/mediastream.h" |
+#include "webrtc/pc/mediastreamtrack.h" |
+#include "webrtc/pc/test/mock_datachannel.h" |
+#include "webrtc/pc/test/mock_peerconnection.h" |
+#include "webrtc/pc/test/mock_webrtcsession.h" |
using testing::_; |
using testing::Invoke; |