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

Unified Diff: webrtc/pc/datachannel.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.h ('k') | webrtc/pc/datachannel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/datachannel.cc
diff --git a/webrtc/api/datachannel.cc b/webrtc/pc/datachannel.cc
similarity index 99%
rename from webrtc/api/datachannel.cc
rename to webrtc/pc/datachannel.cc
index c0bc3dc42b3e63c341d8bca7107dee0fefb347bb..5606a64c6e2b244b9d16954cdf0c6b4e2038c70a 100644
--- a/webrtc/api/datachannel.cc
+++ b/webrtc/pc/datachannel.cc
@@ -8,16 +8,16 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/datachannel.h"
+#include "webrtc/pc/datachannel.h"
#include <memory>
#include <string>
-#include "webrtc/api/sctputils.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/refcount.h"
#include "webrtc/media/sctp/sctptransportinternal.h"
+#include "webrtc/pc/sctputils.h"
namespace webrtc {
« no previous file with comments | « webrtc/pc/datachannel.h ('k') | webrtc/pc/datachannel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698