Index: webrtc/api/datachannel.cc |
diff --git a/talk/app/webrtc/datachannel.cc b/webrtc/api/datachannel.cc |
similarity index 99% |
rename from talk/app/webrtc/datachannel.cc |
rename to webrtc/api/datachannel.cc |
index 05fa5ec71b174f3db87be1350cdd6297b82fdcef..855831a0ac72a795ec17b6deb7464929e848ac2d 100644 |
--- a/talk/app/webrtc/datachannel.cc |
+++ b/webrtc/api/datachannel.cc |
@@ -25,12 +25,12 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "talk/app/webrtc/datachannel.h" |
+#include "webrtc/api/datachannel.h" |
#include <string> |
-#include "talk/app/webrtc/mediastreamprovider.h" |
-#include "talk/app/webrtc/sctputils.h" |
+#include "webrtc/api/mediastreamprovider.h" |
+#include "webrtc/api/sctputils.h" |
#include "webrtc/base/logging.h" |
#include "webrtc/base/refcount.h" |
#include "webrtc/media/sctp/sctpdataengine.h" |