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

Unified Diff: webrtc/media/base/rtpdump.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/rtpdump.h ('k') | webrtc/media/base/rtpdump_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/rtpdump.cc
diff --git a/talk/media/base/rtpdump.cc b/webrtc/media/base/rtpdump.cc
similarity index 99%
rename from talk/media/base/rtpdump.cc
rename to webrtc/media/base/rtpdump.cc
index 6861636c41db101d627df3aea467bb78ead7ba57..75e33678f95e62ea250b8810009894872beffb62 100644
--- a/talk/media/base/rtpdump.cc
+++ b/webrtc/media/base/rtpdump.cc
@@ -25,16 +25,16 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/media/base/rtpdump.h"
+#include "webrtc/media/base/rtpdump.h"
#include <ctype.h>
#include <string>
-#include "talk/media/base/rtputils.h"
#include "webrtc/base/byteorder.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/timeutils.h"
+#include "webrtc/media/base/rtputils.h"
namespace {
static const int kRtpSsrcOffset = 8;
« no previous file with comments | « webrtc/media/base/rtpdump.h ('k') | webrtc/media/base/rtpdump_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698