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

Unified Diff: webrtc/pc/datachannel.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.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 9812e9bb6a68cdddd50087329f0c49a82f9309e9..a4421e51cd8648309cfe8022ca97508b7cffbfbb 100644
--- a/webrtc/api/datachannel.cc
+++ b/webrtc/pc/datachannel.cc
@@ -8,12 +8,12 @@
* 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/pc/sctputils.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/refcount.h"
#include "webrtc/media/sctp/sctpdataengine.h"

Powered by Google App Engine
This is Rietveld 408576698