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

Unified Diff: webrtc/media/base/rtputils.cc

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) 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/media/base/rtputils.h ('k') | webrtc/media/base/rtputils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/rtputils.cc
diff --git a/talk/media/base/rtputils.cc b/webrtc/media/base/rtputils.cc
similarity index 99%
rename from talk/media/base/rtputils.cc
rename to webrtc/media/base/rtputils.cc
index 422a85884c5f4e164c0c1c404b99e73bb9f88af2..a3c2504d9ff8140c94158d834ee13c38da83f8cb 100644
--- a/talk/media/base/rtputils.cc
+++ b/webrtc/media/base/rtputils.cc
@@ -25,14 +25,14 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/media/base/rtputils.h"
+#include "webrtc/media/base/rtputils.h"
-#include "talk/media/base/turnutils.h"
// PacketTimeUpdateParams is defined in asyncpacketsocket.h.
// TODO(sergeyu): Find more appropriate place for PacketTimeUpdateParams.
#include "webrtc/base/asyncpacketsocket.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/messagedigest.h"
+#include "webrtc/media/base/turnutils.h"
namespace cricket {
« no previous file with comments | « webrtc/media/base/rtputils.h ('k') | webrtc/media/base/rtputils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698