Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1081)

Unified Diff: webrtc/pc/sctputils_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/pc/sctputils.cc ('k') | webrtc/pc/statscollector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « webrtc/pc/sctputils.cc ('k') | webrtc/pc/statscollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698