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

Unified Diff: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.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_sender/rtp_packetizer/rtp_packetizer_config.cc ('k') | media/cast/rtp_sender/rtp_sender.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc
index bed7cba2e8fb33b10420ef062b2873abf4bce072..b65271f60178eabd186e715bb51f4e80f05528b0 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc
+++ b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc
@@ -102,9 +102,9 @@ class RtpPacketizerTest : public ::testing::Test {
new RtpPacketizer(transport_.get(), &packet_storage_, config_));
}
- ~RtpPacketizerTest() {}
+ virtual ~RtpPacketizerTest() {}
- void SetUp() {
+ virtual void SetUp() {
video_frame_.key_frame = false;
video_frame_.frame_id = kFrameId;
video_frame_.last_referenced_frame_id = kFrameId - 1;
« no previous file with comments | « media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.cc ('k') | media/cast/rtp_sender/rtp_sender.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698