Index: webrtc/pc/peerconnection_unittest.cc |
diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/pc/peerconnection_unittest.cc |
similarity index 99% |
rename from webrtc/api/peerconnection_unittest.cc |
rename to webrtc/pc/peerconnection_unittest.cc |
index c27e53ffc4582bb062b7759dcb29821e7860c8dc..a172a605b54374b0de7283a594a6683654ef3bdf 100644 |
--- a/webrtc/api/peerconnection_unittest.cc |
+++ b/webrtc/pc/peerconnection_unittest.cc |
@@ -17,19 +17,10 @@ |
#include <utility> |
#include <vector> |
-#include "webrtc/api/dtmfsender.h" |
#include "webrtc/api/fakemetricsobserver.h" |
-#include "webrtc/api/localaudiosource.h" |
#include "webrtc/api/mediastreaminterface.h" |
-#include "webrtc/api/peerconnection.h" |
-#include "webrtc/api/peerconnectionfactory.h" |
#include "webrtc/api/peerconnectioninterface.h" |
-#include "webrtc/api/test/fakeaudiocapturemodule.h" |
#include "webrtc/api/test/fakeconstraints.h" |
-#include "webrtc/api/test/fakeperiodicvideocapturer.h" |
-#include "webrtc/api/test/fakertccertificategenerator.h" |
-#include "webrtc/api/test/fakevideotrackrenderer.h" |
-#include "webrtc/api/test/mockpeerconnectionobservers.h" |
#include "webrtc/base/fakenetwork.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/helpers.h" |
@@ -44,7 +35,16 @@ |
#include "webrtc/p2p/base/sessiondescription.h" |
#include "webrtc/p2p/base/testturnserver.h" |
#include "webrtc/p2p/client/basicportallocator.h" |
+#include "webrtc/pc/dtmfsender.h" |
+#include "webrtc/pc/localaudiosource.h" |
#include "webrtc/pc/mediasession.h" |
+#include "webrtc/pc/peerconnection.h" |
+#include "webrtc/pc/peerconnectionfactory.h" |
+#include "webrtc/pc/test/fakeaudiocapturemodule.h" |
+#include "webrtc/pc/test/fakeperiodicvideocapturer.h" |
+#include "webrtc/pc/test/fakertccertificategenerator.h" |
+#include "webrtc/pc/test/fakevideotrackrenderer.h" |
+#include "webrtc/pc/test/mockpeerconnectionobservers.h" |
#define MAYBE_SKIP_TEST(feature) \ |
if (!(feature())) { \ |