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

Unified Diff: webrtc/pc/datachannel_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. Created 4 years 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
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;

Powered by Google App Engine
This is Rietveld 408576698