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

Unified Diff: webrtc/api/sctputils.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/sctputils.h ('k') | webrtc/api/sctputils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/sctputils.cc
diff --git a/talk/app/webrtc/sctputils.cc b/webrtc/api/sctputils.cc
similarity index 99%
rename from talk/app/webrtc/sctputils.cc
rename to webrtc/api/sctputils.cc
index 22395995116c5de4e01ba8b85c61906ce3f12e18..84cb2931a61c3526c1721aa66e52fb48de2fb510 100644
--- a/talk/app/webrtc/sctputils.cc
+++ b/webrtc/api/sctputils.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/sctputils.h"
+#include "webrtc/api/sctputils.h"
#include "webrtc/base/buffer.h"
#include "webrtc/base/bytebuffer.h"
« no previous file with comments | « webrtc/api/sctputils.h ('k') | webrtc/api/sctputils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698