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

Unified Diff: media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc

Issue 25544003: Fix code style and gyp files in cast to build cast_unittest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed gyp files Created 7 years, 3 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/rtp_receiver/rtp_parser/rtp_parser_unittest.cc ('k') | media/cast/rtp_receiver/rtp_receiver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
diff --git a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
index 9f61d9bc0dcd987e3e561292a71ee4e5044a5d88..d667deecf0c47e5ca6dfb8a57e6714e5aebde54d 100644
--- a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
+++ b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.cc
@@ -10,8 +10,8 @@
namespace media {
namespace cast {
-const int kCastRtpHeaderLength = 7;
-const int kGenericRtpHeaderLength = 12;
+const uint32 kCastRtpHeaderLength = 7;
+const uint32 kGenericRtpHeaderLength = 12;
RtpPacketBuilder::RtpPacketBuilder()
: is_key_(false),
« no previous file with comments | « media/cast/rtp_receiver/rtp_parser/rtp_parser_unittest.cc ('k') | media/cast/rtp_receiver/rtp_receiver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698