Index: webrtc/pc/peerconnectionfactory_unittest.cc |
diff --git a/webrtc/api/peerconnectionfactory_unittest.cc b/webrtc/pc/peerconnectionfactory_unittest.cc |
similarity index 98% |
rename from webrtc/api/peerconnectionfactory_unittest.cc |
rename to webrtc/pc/peerconnectionfactory_unittest.cc |
index 9cd74ceb95fefbb7bdb7a95329269eadf2864189..62285f7b4012346208ec434e4db02927a3514605 100644 |
--- a/webrtc/api/peerconnectionfactory_unittest.cc |
+++ b/webrtc/pc/peerconnectionfactory_unittest.cc |
@@ -13,18 +13,18 @@ |
#include <utility> |
#include "webrtc/api/mediastreaminterface.h" |
-#include "webrtc/api/peerconnectionfactory.h" |
-#ifdef WEBRTC_ANDROID |
-#include "webrtc/api/test/androidtestinitializer.h" |
-#endif |
-#include "webrtc/api/test/fakertccertificategenerator.h" |
-#include "webrtc/api/test/fakevideotrackrenderer.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/thread.h" |
#include "webrtc/media/base/fakevideocapturer.h" |
#include "webrtc/media/engine/webrtccommon.h" |
#include "webrtc/media/engine/webrtcvoe.h" |
#include "webrtc/p2p/base/fakeportallocator.h" |
+#include "webrtc/pc/peerconnectionfactory.h" |
+#ifdef WEBRTC_ANDROID |
+#include "webrtc/pc/test/androidtestinitializer.h" |
+#endif |
+#include "webrtc/pc/test/fakertccertificategenerator.h" |
+#include "webrtc/pc/test/fakevideotrackrenderer.h" |
using webrtc::DataChannelInterface; |
using webrtc::FakeVideoTrackRenderer; |