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

Unified Diff: media/cast/rtp_receiver/rtp_receiver_defines.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/rtp_receiver/rtp_receiver_defines.h ('k') | media/cast/rtp_timestamp_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_receiver_defines.cc
diff --git a/media/cast/rtp_receiver/rtp_receiver_defines.cc b/media/cast/rtp_receiver/rtp_receiver_defines.cc
deleted file mode 100644
index e42b2b733c7ddd5a2b71de5e3fb3d4b9e04290b8..0000000000000000000000000000000000000000
--- a/media/cast/rtp_receiver/rtp_receiver_defines.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "media/cast/rtp_receiver/rtp_receiver_defines.h"
-
-namespace media {
-namespace cast {
-
-RtpCastHeader::RtpCastHeader()
- : marker(false),
- payload_type(0),
- sequence_number(0),
- rtp_timestamp(0),
- sender_ssrc(0),
- is_key_frame(false),
- frame_id(0),
- packet_id(0),
- max_packet_id(0),
- reference_frame_id(0) {}
-
-RtpPayloadFeedback::~RtpPayloadFeedback() {}
-
-} // namespace cast
-} // namespace media
« no previous file with comments | « media/cast/rtp_receiver/rtp_receiver_defines.h ('k') | media/cast/rtp_timestamp_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698