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

Unified Diff: webrtc/pc/rtcstatscollector_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years 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
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 697cc3007994ca0b2aeb343e5e1cc14886c25cd9..0d0dea1a28b98b15b283d88cbfb79021f592d1b7 100644
--- a/webrtc/api/rtcstatscollector_unittest.cc
+++ b/webrtc/pc/rtcstatscollector_unittest.cc
@@ -8,23 +8,16 @@
* 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/jsepsessiondescription.h"
-#include "webrtc/api/mediastream.h"
-#include "webrtc/api/mediastreamtrack.h"
#include "webrtc/api/rtpparameters.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/api/test/rtcstatsobtainer.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/fakeclock.h"
#include "webrtc/base/fakesslidentity.h"
@@ -39,6 +32,13 @@
#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"
+#include "webrtc/pc/test/rtcstatsobtainer.h"
using testing::_;
using testing::Invoke;

Powered by Google App Engine
This is Rietveld 408576698