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

Unified Diff: webrtc/pc/statscollector_unittest.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/statscollector.cc ('k') | webrtc/pc/streamcollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/statscollector_unittest.cc
diff --git a/webrtc/api/statscollector_unittest.cc b/webrtc/pc/statscollector_unittest.cc
similarity index 99%
rename from webrtc/api/statscollector_unittest.cc
rename to webrtc/pc/statscollector_unittest.cc
index f72e355ac736e9f99e011cc5728fd510af26a5dd..ef218c00c665af7ee36655d7597db1ed1b0c302c 100644
--- a/webrtc/api/statscollector_unittest.cc
+++ b/webrtc/pc/statscollector_unittest.cc
@@ -13,18 +13,9 @@
#include <algorithm>
#include <memory>
-#include "webrtc/api/statscollector.h"
+#include "webrtc/pc/statscollector.h"
-#include "webrtc/api/mediastream.h"
#include "webrtc/api/mediastreaminterface.h"
-#include "webrtc/api/mediastreamtrack.h"
-#include "webrtc/api/peerconnection.h"
-#include "webrtc/api/peerconnectionfactory.h"
-#include "webrtc/api/test/fakedatachannelprovider.h"
-#include "webrtc/api/test/fakevideotracksource.h"
-#include "webrtc/api/test/mock_peerconnection.h"
-#include "webrtc/api/test/mock_webrtcsession.h"
-#include "webrtc/api/videotrack.h"
#include "webrtc/base/base64.h"
#include "webrtc/base/fakesslidentity.h"
#include "webrtc/base/gunit.h"
@@ -35,6 +26,15 @@
#include "webrtc/media/base/test/mock_mediachannel.h"
#include "webrtc/p2p/base/faketransportcontroller.h"
#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/mediastream.h"
+#include "webrtc/pc/mediastreamtrack.h"
+#include "webrtc/pc/peerconnection.h"
+#include "webrtc/pc/peerconnectionfactory.h"
+#include "webrtc/pc/test/fakedatachannelprovider.h"
+#include "webrtc/pc/test/fakevideotracksource.h"
+#include "webrtc/pc/test/mock_peerconnection.h"
+#include "webrtc/pc/test/mock_webrtcsession.h"
+#include "webrtc/pc/videotrack.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
« no previous file with comments | « webrtc/pc/statscollector.cc ('k') | webrtc/pc/streamcollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698