| Index: webrtc/pc/sctputils_unittest.cc
|
| diff --git a/webrtc/api/sctputils_unittest.cc b/webrtc/pc/sctputils_unittest.cc
|
| similarity index 99%
|
| rename from webrtc/api/sctputils_unittest.cc
|
| rename to webrtc/pc/sctputils_unittest.cc
|
| index 45a127d1d684c03174d95af22a782d244aecd774..dc56e94d31569b6f3ae5a8f579bbdaacb88d4d7b 100644
|
| --- a/webrtc/api/sctputils_unittest.cc
|
| +++ b/webrtc/pc/sctputils_unittest.cc
|
| @@ -8,10 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/sctputils.h"
|
| #include "webrtc/base/bytebuffer.h"
|
| #include "webrtc/base/copyonwritebuffer.h"
|
| #include "webrtc/base/gunit.h"
|
| +#include "webrtc/pc/sctputils.h"
|
|
|
| class SctpUtilsTest : public testing::Test {
|
| public:
|
|
|