Index: webrtc/api/peerconnectionfactory_unittest.cc |
diff --git a/talk/app/webrtc/peerconnectionfactory_unittest.cc b/webrtc/api/peerconnectionfactory_unittest.cc |
similarity index 98% |
rename from talk/app/webrtc/peerconnectionfactory_unittest.cc |
rename to webrtc/api/peerconnectionfactory_unittest.cc |
index d0d2f0010129f8e9bb263e3938d7947a0100d6c7..a526ea5e63ee2d24eb690180f5d2190512492676 100644 |
--- a/talk/app/webrtc/peerconnectionfactory_unittest.cc |
+++ b/webrtc/api/peerconnectionfactory_unittest.cc |
@@ -28,14 +28,14 @@ |
#include <string> |
#include <utility> |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/peerconnectionfactory.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/peerconnectionfactory.h" |
#ifdef WEBRTC_ANDROID |
-#include "talk/app/webrtc/test/androidtestinitializer.h" |
+#include "webrtc/api/test/androidtestinitializer.h" |
#endif |
-#include "talk/app/webrtc/test/fakedtlsidentitystore.h" |
-#include "talk/app/webrtc/test/fakevideotrackrenderer.h" |
-#include "talk/app/webrtc/videosourceinterface.h" |
+#include "webrtc/api/test/fakedtlsidentitystore.h" |
+#include "webrtc/api/test/fakevideotrackrenderer.h" |
+#include "webrtc/api/videosourceinterface.h" |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/thread.h" |