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

Unified Diff: webrtc/pc/datachannel_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/datachannel.cc ('k') | webrtc/pc/dtmfsender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4ce1be573648d4e4515fa1c15e94e68ad085d3aa..13ab63cdfacec72cad4f8471cea0d1ce3bd788db 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;
« no previous file with comments | « webrtc/pc/datachannel.cc ('k') | webrtc/pc/dtmfsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698