Index: webrtc/pc/peerconnectionendtoend_unittest.cc |
diff --git a/webrtc/api/peerconnectionendtoend_unittest.cc b/webrtc/pc/peerconnectionendtoend_unittest.cc |
similarity index 99% |
rename from webrtc/api/peerconnectionendtoend_unittest.cc |
rename to webrtc/pc/peerconnectionendtoend_unittest.cc |
index fedadd9e12a73880357caae0f4b658dc80e6e005..35e904e6ca5ca8e64c754635d80de5ff508e9bc5 100644 |
--- a/webrtc/api/peerconnectionendtoend_unittest.cc |
+++ b/webrtc/pc/peerconnectionendtoend_unittest.cc |
@@ -10,12 +10,6 @@ |
#include <memory> |
-#include "webrtc/api/test/peerconnectiontestwrapper.h" |
-// Notice that mockpeerconnectionobservers.h must be included after the above! |
-#include "webrtc/api/test/mockpeerconnectionobservers.h" |
-#ifdef WEBRTC_ANDROID |
-#include "webrtc/api/test/androidtestinitializer.h" |
-#endif |
#include "webrtc/base/gunit.h" |
#include "webrtc/base/logging.h" |
#include "webrtc/base/ssladapter.h" |
@@ -23,6 +17,12 @@ |
#include "webrtc/base/sslstreamadapter.h" |
#include "webrtc/base/stringencode.h" |
#include "webrtc/base/stringutils.h" |
+#ifdef WEBRTC_ANDROID |
+#include "webrtc/pc/test/androidtestinitializer.h" |
+#endif |
+#include "webrtc/pc/test/peerconnectiontestwrapper.h" |
+// Notice that mockpeerconnectionobservers.h must be included after the above! |
+#include "webrtc/pc/test/mockpeerconnectionobservers.h" |
#define MAYBE_SKIP_TEST(feature) \ |
if (!(feature())) { \ |