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

Unified Diff: media/cast/net/rtp/rtp_header_parser.cc

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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 | « media/cast/net/rtp/rtp_header_parser.h ('k') | media/cast/net/rtp/rtp_packet_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtp/rtp_header_parser.cc
diff --git a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc b/media/cast/net/rtp/rtp_header_parser.cc
similarity index 96%
rename from media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc
rename to media/cast/net/rtp/rtp_header_parser.cc
index ddadcb2cf2ab169e56687a6578730421fcd6a8e2..4dba3dfb1723282ae24cffa2e838380d34c6e378 100644
--- a/media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.cc
+++ b/media/cast/net/rtp/rtp_header_parser.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/cast/transport/rtp_sender/rtp_packetizer/test/rtp_header_parser.h"
+#include "media/cast/net/rtp/rtp_header_parser.h"
#include <cstddef>
@@ -10,7 +10,6 @@
namespace media {
namespace cast {
-namespace transport {
static const uint8 kCastKeyFrameBitMask = 0x80;
static const uint8 kCastReferenceFrameIdBitMask = 0x40;
@@ -100,6 +99,5 @@ bool RtpHeaderParser::ParseCast(RtpCastTestHeader* parsed_packet) const {
return true;
}
-} // namespace transport
} // namespace cast
} // namespace media
« no previous file with comments | « media/cast/net/rtp/rtp_header_parser.h ('k') | media/cast/net/rtp/rtp_packet_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698