Index: webrtc/pc/datachannel_unittest.cc |
diff --git a/webrtc/api/datachannel_unittest.cc b/webrtc/pc/datachannel_unittest.cc |
similarity index 99% |
rename from webrtc/api/datachannel_unittest.cc |
rename to webrtc/pc/datachannel_unittest.cc |
index a8c8361cb1e1295d8aaa4905059d365a15dfa2e2..8b74c3cef95017c1066baca34d8ae991d5071c8c 100644 |
--- a/webrtc/api/datachannel_unittest.cc |
+++ b/webrtc/pc/datachannel_unittest.cc |
@@ -10,10 +10,10 @@ |
#include <memory> |
-#include "webrtc/api/datachannel.h" |
-#include "webrtc/api/sctputils.h" |
-#include "webrtc/api/test/fakedatachannelprovider.h" |
#include "webrtc/base/gunit.h" |
+#include "webrtc/pc/datachannel.h" |
+#include "webrtc/pc/sctputils.h" |
+#include "webrtc/pc/test/fakedatachannelprovider.h" |
using webrtc::DataChannel; |
using webrtc::SctpSidAllocator; |