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

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

Issue 143263024: Cast: Refactoring RtpReceiver to Clang format (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review Created 6 years, 11 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
Index: media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h
diff --git a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h
index 7dfa9195fe5d4571f3b3a8646d17e90148e96931..ac1425200ad0d7efdcfece4a782a45abea37c051 100644
--- a/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h
+++ b/media/cast/rtp_receiver/rtp_parser/test/rtp_packet_builder.h
@@ -7,7 +7,6 @@
#ifndef MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_TEST_RTP_PACKET_BUILDER_H_
#define MEDIA_CAST_RTP_RECEIVER_RTP_PARSER_TEST_RTP_PACKET_BUILDER_H_
-
#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
namespace media {
@@ -43,6 +42,8 @@ class RtpPacketBuilder {
void BuildCastHeader(uint8* data, uint32 data_length);
void BuildCommonHeader(uint8* data, uint32 data_length);
+
+ DISALLOW_COPY_AND_ASSIGN(RtpPacketBuilder);
};
} // namespace cast

Powered by Google App Engine
This is Rietveld 408576698